diff options
| author | 2016-08-06 14:15:47 +0200 | |
|---|---|---|
| committer | 2016-08-06 14:15:47 +0200 | |
| commit | 1719bbde8328fa5eea02280501b48a10aaaf6600 (patch) | |
| tree | caf7590e31700fb1be92650d61cef6e8c42dafc4 /p/scripts/stats.js | |
| parent | e4664142b7604b5eaa72df84fd0b0c8a8fc1e42f (diff) | |
| parent | 3652dea854200f31492a71243727f6a1be317c4a (diff) | |
Merge pull request #1196 from Alkarex/jsHint
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) { |
