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-08-04 00:08:45 +0400
committersgiehl <stefan@piwik.org>2013-08-04 01:01:40 +0400
commitda8ed5d2e15ff6cd9b9f913cf89dfd61ef7e290f (patch)
tree1349ca3c0fa187fb535c2ee92b3baec67319fba1 /plugins/PDFReports
parentac3a25c3784dfc099c93b53848cf00302766ce7e (diff)
code improvements / fixing doc blocks
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PDFReports/templates/index.twig b/plugins/PDFReports/templates/index.twig
index f48038613b..c14614d6a8 100644
--- a/plugins/PDFReports/templates/index.twig
+++ b/plugins/PDFReports/templates/index.twig
@@ -26,7 +26,7 @@
</div>
<script type="text/javascript">
- var ReportPlugin = new Object();
+ var ReportPlugin = {};
ReportPlugin.defaultPeriod = '{{ defaultPeriod }}';
ReportPlugin.defaultHour = '{{ defaultHour }}';
ReportPlugin.defaultReportType = '{{ defaultReportType }}';