Skip to content

Commit

Permalink
fixes #3975
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Jun 8, 2013
1 parent 7005ef7 commit 98adc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/piwik.js
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion piwik.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98adc6a

Please sign in to comment.