summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/base.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/base.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/base.js')
-rw-r--r--lib/handlebars/base.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js
index c22a70d..c068c70 100644
--- a/lib/handlebars/base.js
+++ b/lib/handlebars/base.js
@@ -1,4 +1,3 @@
-/*globals Exception, Utils */
module Utils from "./utils";
import Exception from "./exception";