We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34ebd1c + 3460f1e commit 60a41dbCopy full SHA for 60a41db
1 file changed
mustache.js
@@ -12,7 +12,7 @@
12
define(['exports'], factory); // AMD
13
} else {
14
global.Mustache = {};
15
- factory(Mustache); // script, wsh, asp
+ factory(global.Mustache); // script, wsh, asp
16
}
17
}(this, function mustacheFactory (mustache) {
18
0 commit comments