You are here

function jquerymobile_ui_perm in jQuery Mobile module 6.3

Implementation of hook_perm().

File

./jquerymobile.module, line 84

Code

function jquerymobile_ui_perm() {
  return array(
    'administer jquerymobile_ui',
  );
}