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:
authorrobocoder <anthon.pang@gmail.com>2010-09-29 19:30:09 +0400
committerrobocoder <anthon.pang@gmail.com>2010-09-29 19:30:09 +0400
commit0acd6f352dea31d3cdd5e15360c2a34fdd696903 (patch)
tree7f62607627ebd8bb3a6e0819bf120f12e037be96 /js
parenteb8f2ae39a6cc463368556df58a825be14fcf7fa (diff)
fixes #773 - I need to run the unit test with the CI server
git-svn-id: http://dev.piwik.org/svn/trunk@3194 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 0a8c2b9cb4..b362b78106 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -43,7 +43,7 @@ if (!this.Piwik) {
/* DOM Ready */
hasLoaded = false,
- registeredOnLoadHandlers = [];
+ registeredOnLoadHandlers = [],
/*
* encode or escape
@@ -55,7 +55,7 @@ if (!this.Piwik) {
* decode or unescape
* - decodeURIComponent added in IE5.5
*/
- unescapeWrapper = windowAlias.decodeURIComponent || unescape,
+ unescapeWrapper = windowAlias.decodeURIComponent || unescape;
/************************************************************
* Private methods