new Array() -> []

This commit is contained in:
Georg Ehrke 2013-03-02 19:24:37 +01:00
parent 22424e8abc
commit 620ddd3baa
1 changed files with 1 additions and 1 deletions

View File

@ -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;