diff --git a/mustache.js b/mustache.js index 07e94e5..af8c2ab 100644 --- a/mustache.js +++ b/mustache.js @@ -3,6 +3,8 @@ * http://github.com/janl/mustache.js */ +/*global define: false*/ + var Mustache; (function (exports) { @@ -13,7 +15,7 @@ var Mustache; } else { Mustache = exports; //