Skip to content

Commit

Permalink
Merge pull request #1007 from benvinegar/master
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
jrburke committed Jan 29, 2014
2 parents 83f93aa + 573bc64 commit 20c183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion require.js
Expand Up @@ -1502,7 +1502,7 @@ var requirejs, require, define;
/**
* Called to enable a module if it is still in the registry
* awaiting enablement. A second arg, parent, the parent module,
* is passed in for context, when this method is overriden by
* is passed in for context, when this method is overridden by
* the optimizer. Not shown here to keep code compact.
*/
enable: function (depMap) {
Expand Down

0 comments on commit 20c183d

Please sign in to comment.