MARK IS BEING SUCK TODAY!

This commit is contained in:
Keivan Beigi 2013-07-26 16:08:24 -07:00
parent 2f3f8aaece
commit c82be387f2
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@ define([
'app',
'marionette',
'Settings/Notifications/ItemView',
'Settings/Notifications/SchemaModal',
'Settings/Notifications/AddCardView'
], function (App, Marionette, NotificationItemView, SchemaModal, AddCardView) {
'Settings/Notifications/SchemaModal'
], function (App, Marionette, NotificationItemView, SchemaModal) {
return Marionette.CompositeView.extend({
itemView : NotificationItemView,
itemViewContainer: '.notifications',