Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-05 13:38:24 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-05 13:38:24 +0400
commitafcd488b37af164f28ec5b320eca5547ebd60ec9 (patch)
treea559c4dbfbd0b7c742cfce915e789e2c5cc82acc /plugins/Zeitgeist
parent9edf8c65fecd9b61679b7ca4d917d382c698e12f (diff)
parent86850ebd9c5a8ab41c367d0c8084ce87bccb87ef (diff)
Merge from master
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/javascripts/ajaxHelper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Zeitgeist/javascripts/ajaxHelper.js b/plugins/Zeitgeist/javascripts/ajaxHelper.js
index 02711b6945..2a50ec2abc 100644
--- a/plugins/Zeitgeist/javascripts/ajaxHelper.js
+++ b/plugins/Zeitgeist/javascripts/ajaxHelper.js
@@ -10,7 +10,7 @@
*
* @type {Array} array holding XhrRequests with automatic cleanup
*/
-var globalAjaxQueue = new Array();
+var globalAjaxQueue = [];
/**
* Extend Array.push with automatic cleanup for finished requests