You are here

function activeedit_perm in Javascript Tools 5

Implementation of hook_perm().

File

activeedit/activeedit.module, line 6

Code

function activeedit_perm() {
  return array(
    'edit via ajax',
  );
}