From 6479c073244b4689c24ddd14febf3bfa7d0d6ed3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 6 May 2019 09:50:46 +0300 Subject: js: add PluginHost.HOOK_COUNTERS_PROCESSED --- js/PluginHost.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/PluginHost.js') diff --git a/js/PluginHost.js b/js/PluginHost.js index c82d08971..06b79ac5a 100644 --- a/js/PluginHost.js +++ b/js/PluginHost.js @@ -14,6 +14,7 @@ PluginHost = { HOOK_INIT_COMPLETE: 11, HOOK_HEADLINE_RENDERED: 12, HOOK_COUNTERS_RECEIVED: 13, + HOOK_COUNTERS_PROCESSED: 14, hooks: [], register: function (name, callback) { if (typeof(this.hooks[name]) == 'undefined') -- cgit v1.2.3