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:
authorThomas Steur <tsteur@users.noreply.github.com>2017-04-29 02:23:58 +0300
committerGitHub <noreply@github.com>2017-04-29 02:23:58 +0300
commitc36c904bbd5e6adf4a3714e0fb25edaa011dbf21 (patch)
tree3c64909053668ab4a68ecfba8152fd33466bf9da /js
parentcc185cd256211576abfeac4b36878aab822756c5 (diff)
improve doc
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 88134b2790..df69cb2fb6 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -6547,7 +6547,7 @@ if (typeof window.Piwik !== 'object') {
};
/**
- * Get the number of page views that have been tracked so far.
+ * Get the number of page views that have been tracked so far within the currently loaded page.
*/
this.getNumTrackedPageViews = function () {
return numTrackedPageviews;