diff options
| author | justauser <justausr@hotmail.com> | 2013-06-29 05:54:45 -0400 |
|---|---|---|
| committer | justauser <justausr@hotmail.com> | 2013-06-29 05:54:45 -0400 |
| commit | ef3a8db1cc83e02a9f8933869d19f299f2abe72a (patch) | |
| tree | 9b2e365262350c3a6fd9d1d2089a505df26be2bf /js/PluginHost.js | |
| parent | 575a52874c8ebb0bcd5741009cc143389ea2279e (diff) | |
| parent | 776b19536df2e01d8d5363c3a8647f3a24417b6b (diff) | |
Merge remote-tracking branch 'origin' into hookhead
update to latest
Diffstat (limited to 'js/PluginHost.js')
| -rw-r--r-- | js/PluginHost.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/PluginHost.js b/js/PluginHost.js index 668d215f9..ae89ba481 100644 --- a/js/PluginHost.js +++ b/js/PluginHost.js @@ -10,6 +10,7 @@ var PluginHost = { HOOK_ARTICLE_COLLAPSED: 7, HOOK_PARAMS_LOADED: 8, HOOK_RUNTIME_INFO_LOADED: 9, + HOOK_FLOATING_TITLE: 10, hooks: [], register: function (name, callback) { if (typeof(this.hooks[name]) == 'undefined') |