Skip to content

Commit

Permalink
Merge pull request #466 from yousefcisco/master
Browse files Browse the repository at this point in the history
Added global Mustache definition
  • Loading branch information
dasilvacontin committed Jun 17, 2015
2 parents 6ae6179 + a572642 commit b660592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
} else if (typeof define === 'function' && define.amd) {
define(['exports'], factory); // AMD
} else {
Mustache = {};
global.Mustache = {};
factory(Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {
Expand Down

0 comments on commit b660592

Please sign in to comment.