mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
new Array() -> []
This commit is contained in:
parent
22424e8abc
commit
620ddd3baa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue