From 2de3ba6537df5c253600bc191edca526c0ce6877 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 1 Aug 2012 21:42:12 -0700 Subject: [PATCH] Fix JSHint warnings --- mustache.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; //