summaryrefslogtreecommitdiff
path: root/js/PluginHost.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 12:29:26 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 12:29:26 +0300
commitefde6d36c74deb7e57c0efae1261af2c96c5b79e (patch)
tree92d553014a2e0144765e22c35933c78f92b69180 /js/PluginHost.js
parente85cba5958a596a3fb2b321bf6e487d62fc4d52e (diff)
add HOOK_HEADLINES_SCROLL_HANDLER
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')