mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Addressing jshint warnings (#1050)
* Cleaning up some jsLiniting problems * fix jshint issue with variablle declaration This shouldn't be an issue because of hoisting but, jshint is finicky.
This commit is contained in:
@@ -86,7 +86,7 @@ var singleton = function() {
|
||||
}
|
||||
}
|
||||
});
|
||||
console.warn(options)
|
||||
console.warn(options);
|
||||
options.element.startSpin();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user