Skip to content

Commit d3bf788

Browse files
committed
Merge pull request umdjs#7 from ilucker/patch-1
Update commonjsStrictGlobal.js
2 parents 7720720 + 25d2228 commit d3bf788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commonjsStrictGlobal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
} else if (typeof define === 'function' && define.amd) {
2424
// AMD. Register as an anonymous module.
2525
define(['exports', 'b'], function (exports, b) {
26-
return (root.commonJsStrictGlobal = factory(exports, b));
26+
factory((root.commonJsStrictGlobal = exports), b);
2727
});
2828
} else {
2929
// Browser globals

0 commit comments

Comments
 (0)