diff options
author | kpdecker <kpdecker@gmail.com> | 2015-09-01 17:56:32 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-09-01 17:56:32 -0500 |
commit | 0aef72cb8ee694911952d5447b08349a952aee90 (patch) | |
tree | f0c13a154a822519ba2b689ba8edd480953d4f3b /lib/handlebars/compiler/code-gen.js | |
parent | bff5fab8f9d42e21950be00dcf1cedf4dc1a565b (diff) | |
download | handlebars.js-0aef72cb8ee694911952d5447b08349a952aee90.zip handlebars.js-0aef72cb8ee694911952d5447b08349a952aee90.tar.gz handlebars.js-0aef72cb8ee694911952d5447b08349a952aee90.tar.bz2 |
Update to latest eslint
Diffstat (limited to 'lib/handlebars/compiler/code-gen.js')
-rw-r--r-- | lib/handlebars/compiler/code-gen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlebars/compiler/code-gen.js b/lib/handlebars/compiler/code-gen.js index 6541fe8..5ec052f 100644 --- a/lib/handlebars/compiler/code-gen.js +++ b/lib/handlebars/compiler/code-gen.js @@ -1,4 +1,4 @@ -/*global define */ +/* global define */ import {isArray} from '../utils'; let SourceNode; |