1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

cleaned up some jslint errors

This commit is contained in:
Keivan Beigi
2013-05-01 15:42:30 -07:00
parent 2683a3ca12
commit 50fd2f77b1
22 changed files with 65 additions and 42 deletions
+1 -5
View File
@@ -47,11 +47,7 @@ define(['app', 'Quality/QualityProfileCollection', 'AddSeries/RootFolders/RootFo
return "http://trakt.tv/show/" + this.get('titleSlug');
},
isContinuing : function () {
if (this.get('status') === 0) {
return true;
}
return false;
return this.get('status') === 0;
},
statusText : function () {
if (this.get('status') === 0) {