diff options
author | kpdecker <kpdecker@gmail.com> | 2014-12-01 01:32:41 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-12-16 12:57:46 -0600 |
commit | 203df9d5b7cdd6eb9543c0544f08f37e1a77a223 (patch) | |
tree | 1c0879b7ddc7c8af711aa1a30f0bc5556afedaa9 /lib/handlebars/compiler/ast.js | |
parent | 0d396ccd30b51d3c5ffb7fb3e79670d89b610163 (diff) | |
download | handlebars.js-203df9d5b7cdd6eb9543c0544f08f37e1a77a223.zip handlebars.js-203df9d5b7cdd6eb9543c0544f08f37e1a77a223.tar.gz handlebars.js-203df9d5b7cdd6eb9543c0544f08f37e1a77a223.tar.bz2 |
Remove unused vars and add jshint checking
Diffstat (limited to 'lib/handlebars/compiler/ast.js')
-rw-r--r-- | lib/handlebars/compiler/ast.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/handlebars/compiler/ast.js b/lib/handlebars/compiler/ast.js index 0020216..3f4639c 100644 --- a/lib/handlebars/compiler/ast.js +++ b/lib/handlebars/compiler/ast.js @@ -1,5 +1,3 @@ -import Exception from "../exception"; - var AST = { Program: function(statements, blockParams, strip, locInfo) { this.loc = locInfo; |