From 70fd4caf99c8ccfb51586c0ba9b3589978fe71e6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 6 Apr 2015 16:58:59 -0700 Subject: [PATCH] add 'empty' comments to comply with ESLint's no-empty rule --- src/bootlint.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bootlint.js b/src/bootlint.js index 70b43cf..5729414 100644 --- a/src/bootlint.js +++ b/src/bootlint.js @@ -199,6 +199,7 @@ var LocationIndex = _location.LocationIndex; } catch (e) { // deliberately do nothing + // empty } return theWindow; @@ -447,6 +448,7 @@ var LocationIndex = _location.LocationIndex; } catch (e) { // deliberately do nothing + // empty } /* @covignore */ if (theWindow) { @@ -459,6 +461,7 @@ var LocationIndex = _location.LocationIndex; } catch (e) { // skip; not actually jQuery? + // empty } if (globalVersion) { // pad out short version numbers (e.g. '1.7') @@ -472,6 +475,7 @@ var LocationIndex = _location.LocationIndex; } catch (e) { // invalid version number + // empty } if (upToDate === false) { reporter(OLD_JQUERY);