Skip to content

Commit

Permalink
Add alias for restrictFor
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanoehlman committed Oct 16, 2012
1 parent cfac1f1 commit 3765627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module.exports = function(permissions) {
return {
permissionsFor: permissionsFor,
restrictFor: restrict,
restrict: restrict,
mix: mix
};

Expand Down

0 comments on commit 3765627

Please sign in to comment.