1
0
Fork 0

fixed a wrong notification initialization bug

This commit is contained in:
Heiko Kernbach 2014-08-19 10:56:17 +02:00
parent e894e50ce3
commit 8df1e9e5e1
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
{shouldFetchUser: true}
),
currentDB: this.currentDB,
notificationCollection: new window.NotificationCollection(),
notificationCollection: self.notificationList,
userCollection: this.userCollection
});