From 620ddd3baacbfab759bff90c9443a2353fe529f4 Mon Sep 17 00:00:00 2001
From: Georg Ehrke <developer@georgehrke.com>
Date: Sat, 2 Mar 2013 19:24:37 +0100
Subject: [PATCH] new Array() -> []

---
 core/js/js.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/js/js.js b/core/js/js.js
index faae420ef7..1801062241 100644
--- a/core/js/js.js
+++ b/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;
-- 
GitLab