summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/code-gen.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-09-01 17:56:32 -0500
committerkpdecker <kpdecker@gmail.com>2015-09-01 17:56:32 -0500
commit0aef72cb8ee694911952d5447b08349a952aee90 (patch)
treef0c13a154a822519ba2b689ba8edd480953d4f3b /lib/handlebars/compiler/code-gen.js
parentbff5fab8f9d42e21950be00dcf1cedf4dc1a565b (diff)
downloadhandlebars.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.js2
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;