Commit 3f1e9de6 authored by Aron Carroll's avatar Aron Carroll

Pass args into Annotator publish as an array

parent f72ec89a
...@@ -69,7 +69,7 @@ class Annotator.Guest extends Annotator ...@@ -69,7 +69,7 @@ class Annotator.Guest extends Annotator
this.loadAnnotations args... this.loadAnnotations args...
# Other events can simply be emitted. # Other events can simply be emitted.
else else
this.publish(event, args...) this.publish(event, args)
formatter: (annotation) => formatter: (annotation) =>
formatted = {} formatted = {}
formatted['uri'] = @getHref() formatted['uri'] = @getHref()
......
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