diff options
| author | 2017-08-20 10:18:54 +0200 | |
|---|---|---|
| committer | 2017-08-20 10:18:54 +0200 | |
| commit | 3108b2729f79ccaf5f8ba951a52ee35d28e2adb2 (patch) | |
| tree | 27a35c134f7646018454c505e40389314f97aea8 /p | |
| parent | d09fbdf43b4a439073da927b3a0fc28857a9c8e1 (diff) | |
Minor JS hints
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 0fc6ca30b..8081b7f38 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1,6 +1,6 @@ "use strict"; -/* globals context, i18n, shortcut, shortcuts, url */ -/* jshint globalstrict: true */ +/* globals $, jQuery, context, i18n, shortcut, shortcuts, url */ +/* jshint strict:global */ var $stream = null, isCollapsed = true, |
