Skip to content

Instantly share code, notes, and snippets.

@mrbaboon
Last active August 29, 2015 14:21
Show Gist options
  • Save mrbaboon/5b935a3ea984b0e6f36b to your computer and use it in GitHub Desktop.
Save mrbaboon/5b935a3ea984b0e6f36b to your computer and use it in GitHub Desktop.
adt
if(_.indexOf(permissionList, permission.name) == -1){
permissionList.push(someperm);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment