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:
Diffstat (limited to 'tests/javascript/matomotest.js')
-rw-r--r--tests/javascript/matomotest.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/javascript/matomotest.js b/tests/javascript/matomotest.js
index 5487f39048..a4609a4b01 100644
--- a/tests/javascript/matomotest.js
+++ b/tests/javascript/matomotest.js
@@ -54,6 +54,8 @@ Piwik.addPlugin('testPlugin', {
'_addEventListener : addEventListener,' +
'_prefixPropertyName : prefixPropertyName,' +
'_getPiwikUrlForOverlay : getPiwikUrlForOverlay, ' +
+ '_windowAlias : windowAlias, ' +
+ '_refreshConsentStatus : refreshConsentStatus, ' +
'_isInsideAnIframe : isInsideAnIframe' +
'}'
);