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:
authormattab <matthieu.aubry@gmail.com>2015-04-02 00:59:18 +0300
committermattab <matthieu.aubry@gmail.com>2015-04-02 01:00:01 +0300
commit5057e7379a9fd56bc7c942a09bd9a3735c7167c7 (patch)
tree3ea7beca4fe94f9811638ec8836d248f14912e51 /js
parent97de9bca25ae9408a93e57776ff77c4991ef011b (diff)
Fix JSlint by allowing window.JSON refs #7231
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/piwik.js b/js/piwik.js
index cca08b968a..833f6123e5 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -33,6 +33,8 @@
************************************************************/
/*jslint evil: true, regexp: false, bitwise: true, white: true */
/*global JSON2:true */
+/*global window:true */
+/*property JSON:true */
/*members "", "\b", "\t", "\n", "\f", "\r", "\"", "\\", apply,
call, charCodeAt, getUTCDate, getUTCFullYear, getUTCHours,
getUTCMinutes, getUTCMonth, getUTCSeconds, hasOwnProperty, join,