modal region is loaded by controller

This commit is contained in:
Keivan Beigi 2013-07-19 16:08:41 -07:00
parent 20794bc461
commit bb86e20bed
3 changed files with 15 additions and 14 deletions

View file

@ -13,7 +13,8 @@ define(
'Calendar/CalendarLayout',
'Logs/Layout',
'Release/Layout',
'Shared/NotFoundView'
'Shared/NotFoundView',
'Shared/Modal/Region'
], function (App, Marionette, HistoryLayout, SettingsLayout, AddSeriesLayout, SeriesIndexLayout, SeriesDetailsLayout, MissingLayout, SeriesModel, CalendarLayout,
LogsLayout, ReleaseLayout, NotFoundView) {
return Marionette.Controller.extend({