removed old references to AddSeries/SearchResultModel, AddSeries/SearchResultCollection

This commit is contained in:
Keivan Beigi 2013-04-09 17:46:42 -07:00
parent e436072dcc
commit 5d1026ded2
4 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,5 @@
'use strict';
define(['app', 'Shared/NotificationCollection', 'AddSeries/SearchResultCollection', 'AddSeries/SearchResultModel', 'Series/SeriesCollection'], function (app, notificationCollection) {
define(['app', 'Shared/NotificationCollection', 'Series/SeriesCollection'], function (app, notificationCollection) {
NzbDrone.AddSeries.New.SearchItemView = Backbone.Marionette.ItemView.extend({