diff options
author | kpdecker <kpdecker@gmail.com> | 2015-04-27 10:07:05 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-04-27 10:19:49 -0500 |
commit | fc13400b6fd33ab9c27bc457696d632a1d3007e4 (patch) | |
tree | f26ca09a42a7615d23235ba25339a4367ec71df1 /lib/handlebars/utils.js | |
parent | 6ecf509385d36429654ca5f551d32d2e7fc49df5 (diff) | |
download | handlebars.js-fc13400b6fd33ab9c27bc457696d632a1d3007e4.zip handlebars.js-fc13400b6fd33ab9c27bc457696d632a1d3007e4.tar.gz handlebars.js-fc13400b6fd33ab9c27bc457696d632a1d3007e4.tar.bz2 |
Remove jshint completely
Diffstat (limited to 'lib/handlebars/utils.js')
-rw-r--r-- | lib/handlebars/utils.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/handlebars/utils.js b/lib/handlebars/utils.js index f474f29..c522394 100644 --- a/lib/handlebars/utils.js +++ b/lib/handlebars/utils.js @@ -1,4 +1,3 @@ -/*jshint -W004 */ const escape = { '&': '&', '<': '<', |