From ab30317cd0ff469476063cade15dddeed5d12ce3 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Mon, 2 Oct 2017 23:52:04 +0300 Subject: [PATCH] Set browser:true in .jshintrc --- .jshintrc | 1 + js/impress.js | 4 ---- src/impress.js | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.jshintrc b/.jshintrc index 8f8436d..4159bce 100644 --- a/.jshintrc +++ b/.jshintrc @@ -3,6 +3,7 @@ "module": true }, "boss": true, + "browser": true, "curly": true, "eqeqeq": true, "eqnull": true, diff --git a/js/impress.js b/js/impress.js index a830307..af1f448 100644 --- a/js/impress.js +++ b/js/impress.js @@ -16,10 +16,6 @@ * source: http://github.com/bartaz/impress.js/ */ -/*jshint bitwise:true, curly:true, eqeqeq:true, forin:true, latedef:true, newcap:true, - noarg:true, noempty:true, undef:true, strict:true, browser:true */ -/*global window*/ - // You are one of those who like to know how things work inside? // Let me show you the cogs that make impress.js run... ( function( document, window ) { diff --git a/src/impress.js b/src/impress.js index fda6506..c9b8390 100644 --- a/src/impress.js +++ b/src/impress.js @@ -16,10 +16,6 @@ * source: http://github.com/bartaz/impress.js/ */ -/*jshint bitwise:true, curly:true, eqeqeq:true, forin:true, latedef:true, newcap:true, - noarg:true, noempty:true, undef:true, strict:true, browser:true */ -/*global window*/ - // You are one of those who like to know how things work inside? // Let me show you the cogs that make impress.js run... ( function( document, window ) {