Skip to content
Snippets Groups Projects
Commit 620ddd3b authored by Georg Ehrke's avatar Georg Ehrke
Browse files

new Array() -> []

parent 22424e8a
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment