Skip to content

Commit

Permalink
Merge branch 'configfn-bugfix' of github.com:mininice/yui3 into minin…
Browse files Browse the repository at this point in the history
…ice-configfn-bugfix
  • Loading branch information
tripp committed Sep 26, 2014
2 parents 4281409 + 4de3991 commit 3508b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader/js/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ Y.log('Undefined module: ' + mname + ', matched a pattern: ' +
test: void 0,
temp: true
}), mname);
if (found.configFn) {
if (m && found.configFn) {
m.configFn = found.configFn;
}
}
Expand Down

0 comments on commit 3508b17

Please sign in to comment.