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
this.loadAnnotations args...
# Other events can simply be emitted.
else
this.publish(event, args...)
this.publish(event, args)
formatter: (annotation) =>
formatted = {}
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