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:
authorsgiehl <stefan@piwik.org>2013-08-10 17:55:28 +0400
committersgiehl <stefan@piwik.org>2013-08-10 17:55:28 +0400
commit8386cf448f2f395622245567903b0715ef14dd32 (patch)
tree5038e141ff2fb25a7dcf298c5e3e20a71f71fb86 /plugins/Zeitgeist
parent64ca5d548c0cf0c4eef9f5f104901fbf14800127 (diff)
added some inline variable type hints / fixed some doc blocks
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/javascripts/ajaxHelper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Zeitgeist/javascripts/ajaxHelper.js b/plugins/Zeitgeist/javascripts/ajaxHelper.js
index 2a50ec2abc..f12d451bbe 100644
--- a/plugins/Zeitgeist/javascripts/ajaxHelper.js
+++ b/plugins/Zeitgeist/javascripts/ajaxHelper.js
@@ -46,6 +46,7 @@ globalAjaxQueue.abort = function () {
* Global ajax helper to handle requests within piwik
*
* @type {Object}
+ * @constructor
*/
function ajaxHelper() {