Commit eb550416 authored by Randall Leeds's avatar Randall Leeds

Merge pull request #1785 from hypothesis/unused-annotator-ready-event

Remove an unused event
parents 99c87264 d939796d
......@@ -68,11 +68,6 @@ class Annotator.Guest extends Annotator
scope: "#{scope}:provider"
onReady: =>
this.publish('panelReady')
setTimeout =>
event = document.createEvent "UIEvents"
event.initUIEvent "annotatorReady", false, false, window, 0
event.annotator = this
window.dispatchEvent event
# Load plugins
for own name, opts of @options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment