| @@ -3,6 +3,8 @@ | |||||
| * http://github.com/janl/mustache.js | * http://github.com/janl/mustache.js | ||||
| */ | */ | ||||
| /*global define: false*/ | |||||
| var Mustache; | var Mustache; | ||||
| (function (exports) { | (function (exports) { | ||||
| @@ -13,7 +15,7 @@ var Mustache; | |||||
| } else { | } else { | ||||
| Mustache = exports; // <script> | Mustache = exports; // <script> | ||||
| } | } | ||||
| }(function () { | |||||
| }((function () { | |||||
| var exports = {}; | var exports = {}; | ||||
| exports.name = "mustache.js"; | exports.name = "mustache.js"; | ||||
| @@ -609,4 +611,4 @@ var Mustache; | |||||
| return exports; | return exports; | ||||
| }())); | |||||
| }()))); | |||||