From bd530c9e57b617e9054ded17a3b57d588a630337 Mon Sep 17 00:00:00 2001 From: Szymon Dzialowski Date: Fri, 9 Mar 2018 00:00:34 +0000 Subject: [PATCH] More natural condition (fifth place) --- templates/commonjsStrict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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