|
|
@ -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',
|
|
|
|