Fix JSHint error.

This commit is contained in:
kovacsv 2019-02-17 08:52:35 +01:00
parent 3c39a724e4
commit d1d807d37e

View File

@ -63,7 +63,7 @@ ImporterApp.prototype.Init = function ()
this.extensionButtons = new ExtensionButtons (top);
this.aboutDialog = new FloatingDialog ();
var match = window.matchMedia ("(max-device-width : 600px)");
var match = window.matchMedia ('(max-device-width : 600px)');
this.isMobile = match.matches;
window.addEventListener ('resize', this.Resize.bind (this), false);