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
path: root/js
diff options
context:
space:
mode:
authorStevo Slavić <sslavic@gmail.com>2014-06-30 20:17:14 +0400
committerStevo Slavić <sslavic@gmail.com>2014-06-30 20:17:14 +0400
commit5ed1fce69002fdfb9d15b7ef15bad97904847c8e (patch)
tree96dbd0491c4fdc0fe08a643719e899d4ef73a524 /js
parenta9d541b7e7b2beb4a63f5511d2aef2eb2301d859 (diff)
Fixed jsdoc for trackSiteSearch parameters
JSDOC for trackSiteSearch method parameters was wrong - number of parameters, their names and types did not match. This patch fixes the issue.
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 44e2cdaa8a..20a03f48d8 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -3031,8 +3031,9 @@ if (typeof Piwik !== 'object') {
/**
* Log special pageview: Internal search
*
- * @param string customTitle
- * @param mixed customData
+ * @param string keyword
+ * @param string category
+ * @param int resultsCount
*/
trackSiteSearch: function (keyword, category, resultsCount) {
trackCallback(function () {