Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Fixed param
Browse files Browse the repository at this point in the history
  • Loading branch information
sophatvathana committed Mar 3, 2016
1 parent fcabe4c commit 66cae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ngRolerr.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Object.defineProperties(this, {

customUrl: {
get: function() { return config.customUrl; },
set: function() { config.customUrl = value; }
set: function(value) { config.customUrl = value; }
},

keyTokenName: {
Expand Down

0 comments on commit 66cae15

Please sign in to comment.