new Array() -> []

remotes/origin/stable5
Georg Ehrke 14 years ago
parent 22424e8abc
commit 620ddd3baa
  1. 2
      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;

Loading…
Cancel
Save