Skip to content

Commit

Permalink
Fixing error (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 14, 2017
1 parent 54526c4 commit 7f510e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/require.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function _gpfRequireConfigure (options) {
// Some keys must be processed first
return _gpfRequireOptionPriority(key1) - _gpfRequireOptionPriority(key2);
}), function (key) {
(_gpfRequireOptionHandler[key] || gpf.error.invalidRequireConfigureOption).call(me, options[key]);
(_gpfRequireOptionHandler[key] || gpf.Error.invalidRequireConfigureOption).call(me, options[key]);
}, me);
}

Expand Down

0 comments on commit 7f510e0

Please sign in to comment.