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-09-19 20:33:54 +0400
committersgiehl <stefan@piwik.org>2013-09-19 20:33:54 +0400
commit5ad9ce850f37aff25c3f3957885b206dd160687e (patch)
treebc98ed055e404189116d117fb291627400896496 /plugins/Live
parent8b9cce1d8b92c3b57dd4768e18ef0bcc5fe90e37 (diff)
fixing js; comma at the end of a object literal might cause problems in older browsers and IE
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/javascripts/visitorLog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/javascripts/visitorLog.js b/plugins/Live/javascripts/visitorLog.js
index 81f5db69c4..5307a4d154 100644
--- a/plugins/Live/javascripts/visitorLog.js
+++ b/plugins/Live/javascripts/visitorLog.js
@@ -71,7 +71,7 @@
broadcast.propagateNewPopoverParameter('visitorProfile', $(this).attr('data-visitor-id'));
return false;
});
- },
+ }
});
})(jQuery, require); \ No newline at end of file