]> source.dussan.org Git - nextcloud-server.git/commitdiff
new Array() -> []
authorGeorg Ehrke <developer@georgehrke.com>
Sat, 2 Mar 2013 18:24:37 +0000 (19:24 +0100)
committerGeorg Ehrke <developer@georgehrke.com>
Sat, 2 Mar 2013 18:24:37 +0000 (19:24 +0100)
core/js/js.js

index faae420ef7f2a183762e5ed7899d2054e3de6b5f..1801062241d6cfbc3127ab3bce74d3d9925e0aad 100644 (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;