Skip to content

Commit

Permalink
pass AMD config to shim modules
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hann committed Apr 29, 2012
1 parent b966913 commit 7e81242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly.js
Expand Up @@ -37,7 +37,7 @@ define(['exports'], function (exports) {
try {
// augment native
if (module['polyfill']) {
module['polyfill']();
module['polyfill'](config);
}
}
catch (ex) {
Expand Down

0 comments on commit 7e81242

Please sign in to comment.