function jscrollpane_perm in JScrollPane 6.2
Implementation of hook_perm().
File
- ./
jscrollpane.module, line 27 - JavaScript based scrollable containers
Code
function jscrollpane_perm() {
return array(
'administer jscrollpane',
);
}
Implementation of hook_perm().
function jscrollpane_perm() {
return array(
'administer jscrollpane',
);
}