diff --git a/test/modules/navigator.js b/test/modules/navigator.js index e55c5400..e4636108 100644 --- a/test/modules/navigator.js +++ b/test/modules/navigator.js @@ -1,4 +1,5 @@ -/* global QUnit, module, Util, $, console */ +/* eslint-disable new-cap */ +/* global QUnit, Util, $ */ (function () { var debug = false, @@ -463,7 +464,7 @@ } else { // Navigator hosted in viewer - if (seadragonProperties.navigatorPosition && seadragonProperties.navigatorPosition == 'ABSOLUTE') { + if (seadragonProperties.navigatorPosition && seadragonProperties.navigatorPosition === 'ABSOLUTE') { // Navigator positioned 'ABSOLUTE'...size shouldn't change assessNavigatorSize( diff --git a/test/test.html b/test/test.html index 8b85a123..7a1a6b1a 100644 --- a/test/test.html +++ b/test/test.html @@ -50,6 +50,6 @@ - +