diff options
| author | 2016-08-06 13:18:46 +0200 | |
|---|---|---|
| committer | 2016-08-06 13:18:46 +0200 | |
| commit | 3652dea854200f31492a71243727f6a1be317c4a (patch) | |
| tree | 6c595170a1abdf036063419e5b3bc5acff96a9f9 /p/scripts/stats.js | |
| parent | 8ffb02e4d12b05bd142216dec75574f5a6bae64e (diff) | |
JSHint and safer async init_normal
Diffstat (limited to 'p/scripts/stats.js')
| -rw-r--r-- | p/scripts/stats.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/scripts/stats.js b/p/scripts/stats.js index 2e8ab6e27..9cd14721c 100644 --- a/p/scripts/stats.js +++ b/p/scripts/stats.js @@ -1,4 +1,7 @@ "use strict"; +/* globals Flotr, numberFormat */ +/* jshint globalstrict: true */ + function initStats() { if (!window.Flotr) { if (window.console) { |
