You are here

function jeditable_perm in jEditable inline content editing 6.2

Same name and namespace in other branches
  1. 6 jeditable.module \jeditable_perm()

Implements hook_perm().

File

./jeditable.module, line 33

Code

function jeditable_perm() {
  return array(
    'use jeditable',
  );
}