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-06-08 05:34:49 +0400
committerAnthon Pang <apang@softwaredevelopment.ca>2013-06-08 05:34:49 +0400
commit0858888bba21a092839a6740a96aaa6ea4748a21 (patch)
tree73b09359dfac690195614f15da862476cd4b7348 /js
parentfab2124ce2f9cb8f2adac9c2bedd1a3e892d8470 (diff)
fixes #3975
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 8c467aef37..b3691bc444 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -3029,7 +3029,7 @@ if (typeof Piwik !== 'object') {
// Expose Piwik as an AMD module
if (typeof define === 'function' && define.amd) {
- define(['piwik'], [], function () { return Piwik; });
+ define('piwik', [], function () { return Piwik; });
}
return Piwik;