Skip to content

Commit

Permalink
Minor edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakrit Wichian committed Sep 5, 2012
1 parent 9157300 commit bdcb20b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions memory-store.js
Expand Up @@ -34,9 +34,8 @@ module.exports = (function() {
var list = this.rights[grantee] var list = this.rights[grantee]
, index = list.indexOf(resource); , index = list.indexOf(resource);


if (index !== -1) { if (index !== -1)
list.splice(index, 1); list.splice(index, 1);
}


defer(callback); // always succeeds defer(callback); // always succeeds
} }
Expand Down

0 comments on commit bdcb20b

Please sign in to comment.