summaryrefslogtreecommitdiff
path: root/js/PluginHost.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/PluginHost.js')
-rw-r--r--js/PluginHost.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/PluginHost.js b/js/PluginHost.js
index e7b4156e6..deb7c0645 100644
--- a/js/PluginHost.js
+++ b/js/PluginHost.js
@@ -20,6 +20,7 @@ const PluginHost = {
HOOK_HEADLINE_MUTATIONS: 15,
HOOK_HEADLINE_MUTATIONS_SYNCED: 16,
HOOK_HEADLINES_RENDERED: 17,
+ HOOK_HEADLINES_SCROLL_HANDLER: 18,
hooks: [],
register: function (name, callback) {
if (typeof(this.hooks[name]) == 'undefined')