function respondjs_permission in Respond.js 7
Implements hook_permission().
File
- ./
respondjs.module, line 35 - Main file for the Respond.js module
Code
function respondjs_permission() {
return array(
'administer respondjs' => array(
'title' => t('Administer respond.js'),
),
);
}