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:
authorsgiehl <stefan@piwik.org>2013-07-07 23:35:14 +0400
committersgiehl <stefan@piwik.org>2013-07-07 23:35:14 +0400
commit08ae06fc31efef0791a11cef23bebe530c1fdbac (patch)
tree0f3dc0fa6afd8520dcfd9dbad46bf1a0d1675867 /plugins/CoreHome/javascripts/calendar.js
parentf070cee99ffec13f7f80268e870ec1147c7875e8 (diff)
removed some unnecassary semicolons
Diffstat (limited to 'plugins/CoreHome/javascripts/calendar.js')
-rw-r--r--plugins/CoreHome/javascripts/calendar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/javascripts/calendar.js b/plugins/CoreHome/javascripts/calendar.js
index 8dfe48cb1d..44bf7b9d17 100644
--- a/plugins/CoreHome/javascripts/calendar.js
+++ b/plugins/CoreHome/javascripts/calendar.js
@@ -187,7 +187,7 @@
result.stepMonths = selectedPeriod == 'year' ? 12 : 1;
result.onSelect = function () { updateDate.apply(this, arguments); };
return result;
- };
+ }
$(document).ready(function () {