everything should be moved to require.js

This commit is contained in:
kay.one
2013-02-14 10:01:30 -08:00
parent a2496530ca
commit 8ba29fde94
19 changed files with 253 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
require(['app','Shared/NotificationView', 'AddSeries/AddSeriesLayout'], function () {
require(['app','Shared/NotificationView', 'AddSeries/AddSeriesLayout','Series/SeriesLayout'], function () {
NzbDrone.Controller = Backbone.Marionette.Controller.extend({
@@ -7,7 +7,7 @@
},
series: function (action, query) {
NzbDrone.mainRegion.show(new NzbDrone.Series.IndexLayout(this, action, query));
NzbDrone.mainRegion.show(new NzbDrone.Series.SeriesLayout(this, action, query));
},
notFound: function () {