summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/utils.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-12-01 15:40:08 -0600
committerkpdecker <kpdecker@gmail.com>2013-12-01 15:40:08 -0600
commitf17cb3ecac8f211c2e7952bae80385197863fd4f (patch)
tree0864a9b6252eaea0438bbc5c43c79e5649ebd2a4 /lib/handlebars/utils.js
parent86974b26604c54225c0b734bca0696fd4492f2d7 (diff)
downloadhandlebars.js-f17cb3ecac8f211c2e7952bae80385197863fd4f.zip
handlebars.js-f17cb3ecac8f211c2e7952bae80385197863fd4f.tar.gz
handlebars.js-f17cb3ecac8f211c2e7952bae80385197863fd4f.tar.bz2
Run jshint on output
Allows us to execute jshint in non-forced mode.
Diffstat (limited to 'lib/handlebars/utils.js')
-rw-r--r--lib/handlebars/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/handlebars/utils.js b/lib/handlebars/utils.js
index 5b4852b..ed2e1d8 100644
--- a/lib/handlebars/utils.js
+++ b/lib/handlebars/utils.js
@@ -1,3 +1,4 @@
+/*jshint -W004 */
import SafeString from "./safe-string";
var escape = {