aboutsummaryrefslogtreecommitdiff
path: root/p/scripts/global_view.js
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-06 13:18:46 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-06 13:18:46 +0200
commit3652dea854200f31492a71243727f6a1be317c4a (patch)
tree6c595170a1abdf036063419e5b3bc5acff96a9f9 /p/scripts/global_view.js
parent8ffb02e4d12b05bd142216dec75574f5a6bae64e (diff)
JSHint and safer async init_normal
Diffstat (limited to 'p/scripts/global_view.js')
-rw-r--r--p/scripts/global_view.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/p/scripts/global_view.js b/p/scripts/global_view.js
index 7d7ba22b5..f1b9c8ad4 100644
--- a/p/scripts/global_view.js
+++ b/p/scripts/global_view.js
@@ -1,4 +1,7 @@
"use strict";
+/* globals init_load_more, init_posts, init_stream */
+/* jshint globalstrict: true */
+
var panel_loading = false;
function load_panel(link) {