You are here

function jqp_perm in jQuery Plugin Handler (JQP) 6.2

Implementation of hook_perm().

File

./jqp.module, line 111
Used to register and load javascript libraries and plugins from a cetral point

Code

function jqp_perm() {
  return array(
    'administer javascript libraries',
  );
}