1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

minor cleanup

This commit is contained in:
Keivan Beigi
2013-04-22 17:44:47 -07:00
parent 85fd0e1c22
commit 9efee65966
8 changed files with 25 additions and 9 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
"use strict";
define(['app', 'Quality/QualityProfileCollection', 'Series/Details/SeasonCompositeView', 'Series/SeasonCollection'], function () {
NzbDrone.Series.Details.SeriesDetailsView = Backbone.Marionette.CompositeView.extend({
@@ -10,4 +11,4 @@ define(['app', 'Quality/QualityProfileCollection', 'Series/Details/SeasonComposi
this.collection.fetch({data: { seriesId: this.model.get('id') }});
}
});
});
});