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:
authorAnthon Pang <apang@softwaredevelopment.ca>2013-03-24 07:46:15 +0400
committerAnthon Pang <apang@softwaredevelopment.ca>2013-03-24 08:53:49 +0400
commit55b52ef2b6d229662b6337b881a0fe5b77673af9 (patch)
tree19cd4242733ed32aef8c0cada8bbf2db934a08e2 /js
parent287311406785497160e3ff75a996dc13843ccb9d (diff)
fix doc blocks
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js6
1 files 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
+}