diff options
Diffstat (limited to 'lib/handlebars.runtime.js')
-rw-r--r-- | lib/handlebars.runtime.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/handlebars.runtime.js b/lib/handlebars.runtime.js index e7b149b..75a6a7a 100644 --- a/lib/handlebars.runtime.js +++ b/lib/handlebars.runtime.js @@ -29,7 +29,6 @@ function create() { let Handlebars = create(); Handlebars.create = create; -/*jshint -W040 */ /* istanbul ignore next */ let root = typeof global !== 'undefined' ? global : window, $Handlebars = root.Handlebars; |