You are here

function jquery_colorpicker_perm in Jquery Colorpicker 6.2

Same name and namespace in other branches
  1. 6 jquery_colorpicker.module \jquery_colorpicker_perm()

Implementation of hook_perm()

File

./jquery_colorpicker.module, line 6

Code

function jquery_colorpicker_perm() {
  return array(
    'administer jquery colorpicker',
  );
}