diff --git a/core/js/js.js b/core/js/js.js
index faae420ef7f2a183762e5ed7899d2054e3de6b5f..1801062241d6cfbc3127ab3bce74d3d9925e0aad 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;