mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
FormBuilder split out
This commit is contained in:
parent
f1d2e0e6df
commit
34e35bd00b
5 changed files with 40 additions and 24 deletions
|
@ -1,10 +1,16 @@
|
|||
"use strict";
|
||||
define(['app', 'AddSeries/AddSeriesLayout',
|
||||
define(['app',
|
||||
'Form/FormBuilder',
|
||||
'AddSeries/AddSeriesLayout',
|
||||
'Series/Index/SeriesIndexLayout',
|
||||
'Calendar/CalendarCollectionView', 'Shared/NotificationView',
|
||||
'Shared/NotFoundView', 'MainMenuView',
|
||||
'Series/Details/SeriesDetailsView', 'Series/EpisodeCollection',
|
||||
'Settings/SettingsLayout', 'Missing/MissingLayout',
|
||||
'Calendar/CalendarCollectionView',
|
||||
'Shared/NotificationView',
|
||||
'Shared/NotFoundView',
|
||||
'MainMenuView',
|
||||
'Series/Details/SeriesDetailsView',
|
||||
'Series/EpisodeCollection',
|
||||
'Settings/SettingsLayout',
|
||||
'Missing/MissingLayout',
|
||||
'History/HistoryLayout'],
|
||||
function () {
|
||||
var controller = Backbone.Marionette.Controller.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue