You are here

function jeditable_perm in jEditable inline content editing 6

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

Implementation of hook_perm()

File

./jeditable.module, line 60
jeditable.module

Code

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