diff --git a/templates/amdWeb.js b/templates/amdWeb.js index 6c9bb32..11a91f1 100644 --- a/templates/amdWeb.js +++ b/templates/amdWeb.js @@ -23,7 +23,7 @@ // Browser globals root.amdWeb = factory(root.b); } -}(typeof self !== 'undefined' ? self : this, function (b) { +}(typeof self === 'undefined' ? this : self, function (b) { // Use b in some fashion. // Just return a value to define the module export.