1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Moved jshint config to .jshintrc

This commit is contained in:
Keivan Beigi
2015-02-03 16:56:18 -08:00
parent a7001ab322
commit 095e92c7dd
5 changed files with 36 additions and 22 deletions
-4
View File
@@ -241,10 +241,6 @@ define(
vent.trigger(vent.Events.SeriesAdded, { series: self.model });
});
promise.fail(function () {
icon.removeClass('icon-spin icon-spinner disabled').addClass('icon-search');
});
},
_rootFoldersUpdated: function () {