diff options
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index faae420ef7f..1801062241d 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -317,7 +317,7 @@ OC.addStyle.loaded=[]; OC.addScript.loaded=[]; OC.Notification={ - queuedNotifications: new Array(), + queuedNotifications: [], getDefaultNotificationFunction: null, setDefault: function(callback) { OC.Notification.getDefaultNotificationFunction = callback; |