Fix JSHint error.
This commit is contained in:
parent
3c39a724e4
commit
d1d807d37e
@ -63,7 +63,7 @@ ImporterApp.prototype.Init = function ()
|
|||||||
this.extensionButtons = new ExtensionButtons (top);
|
this.extensionButtons = new ExtensionButtons (top);
|
||||||
this.aboutDialog = new FloatingDialog ();
|
this.aboutDialog = new FloatingDialog ();
|
||||||
|
|
||||||
var match = window.matchMedia ("(max-device-width : 600px)");
|
var match = window.matchMedia ('(max-device-width : 600px)');
|
||||||
this.isMobile = match.matches;
|
this.isMobile = match.matches;
|
||||||
|
|
||||||
window.addEventListener ('resize', this.Resize.bind (this), false);
|
window.addEventListener ('resize', this.Resize.bind (this), false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user