From 55b52ef2b6d229662b6337b881a0fe5b77673af9 Mon Sep 17 00:00:00 2001 From: Anthon Pang <apang@softwaredevelopment.ca> Date: Sat, 23 Mar 2013 23:46:15 -0400 Subject: [PATCH] fix doc blocks --- js/piwik.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/piwik.js b/js/piwik.js index 2df6d1b619..0a530dda22 100644 --- a/js/piwik.js +++ b/js/piwik.js @@ -2345,7 +2345,7 @@ if (typeof Piwik !== 'object') { /** * Appends the specified query string to the piwik.php?... Tracking API URL * - * @param queryString eg. 'lat=140&long=100' + * @param string queryString eg. 'lat=140&long=100' */ appendToTrackingUrl: function (queryString) { configAppendToTrackingUrl = queryString; @@ -2353,7 +2353,7 @@ if (typeof Piwik !== 'object') { /** * Get custom data - *skk + * * @return mixed */ getCustomData: function () { @@ -3077,4 +3077,4 @@ if (typeof piwik_log !== 'function') { piwikTracker.enableLinkTracking(); } }; -} \ No newline at end of file +} -- GitLab