Skip to content

Commit b660592

Browse files
committed
Merge pull request #466 from yousefcisco/master
Added global Mustache definition
2 parents 6ae6179 + a572642 commit b660592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mustache.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
} else if (typeof define === 'function' && define.amd) {
1212
define(['exports'], factory); // AMD
1313
} else {
14-
Mustache = {};
14+
global.Mustache = {};
1515
factory(Mustache); // script, wsh, asp
1616
}
1717
}(this, function mustacheFactory (mustache) {

0 commit comments

Comments
 (0)