diff --git a/templates/commonjsStrict.js b/templates/commonjsStrict.js index 58ca6da..421d101 100644 --- a/templates/commonjsStrict.js +++ b/templates/commonjsStrict.js @@ -27,7 +27,7 @@ // Browser globals factory((root.commonJsStrict = {}), root.b); } -}(typeof self !== 'undefined' ? self : this, function (exports, b) { +}(typeof self === 'undefined' ? this : self, function (exports, b) { // Use b in some fashion. // attach properties to the exports object to define