diff --git a/mustache.js b/mustache.js index cad9ebb..56de2d5 100644 --- a/mustache.js +++ b/mustache.js @@ -12,7 +12,7 @@ define(['exports'], factory); // AMD } else { global.Mustache = {}; - factory(Mustache); // script, wsh, asp + factory(global.Mustache); // script, wsh, asp } }(this, function mustacheFactory (mustache) {