mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
MARK IS BEING SUCK TODAY!
This commit is contained in:
parent
2f3f8aaece
commit
c82be387f2
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@ define([
|
||||||
'app',
|
'app',
|
||||||
'marionette',
|
'marionette',
|
||||||
'Settings/Notifications/ItemView',
|
'Settings/Notifications/ItemView',
|
||||||
'Settings/Notifications/SchemaModal',
|
'Settings/Notifications/SchemaModal'
|
||||||
'Settings/Notifications/AddCardView'
|
], function (App, Marionette, NotificationItemView, SchemaModal) {
|
||||||
], function (App, Marionette, NotificationItemView, SchemaModal, AddCardView) {
|
|
||||||
return Marionette.CompositeView.extend({
|
return Marionette.CompositeView.extend({
|
||||||
itemView : NotificationItemView,
|
itemView : NotificationItemView,
|
||||||
itemViewContainer: '.notifications',
|
itemViewContainer: '.notifications',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue