Fix jshint errors.

This commit is contained in:
kovacsv 2016-12-22 09:57:45 +01:00
parent 5f0a88f594
commit 5812beedc3

View File

@ -58,7 +58,7 @@ ImporterApp.prototype.Init = function ()
var hasHashModel = false;
if (!testMode) {
window.onhashchange = this.LoadFilesFromHash.bind (this);
hasHashModel = this.LoadFilesFromHash ()
hasHashModel = this.LoadFilesFromHash ();
}
if (!hasHashModel) {
this.WelcomeDialog ();
@ -465,7 +465,7 @@ ImporterApp.prototype.OpenFile = function ()
ImporterApp.prototype.LoadFilesFromHash = function ()
{
if (window.location.hash.length == 0) {
if (window.location.hash.length === 0) {
return false;
}