Commit b4b2eec5 authored by Gerben's avatar Gerben Committed by Aron Carroll

Pass correct scope as an option

The idea is to keep bridge and discovery code agnostic of the
application.
parent 9961079c
......@@ -54,7 +54,8 @@ class Annotator.Guest extends Annotator
bridgePluginOptions =
discoveryOptions: {}
bridgeOptions: {}
bridgeOptions:
scope: 'annotator:bridge'
annotationSyncOptions:
on: (event, handler) =>
this.subscribe(event, handler)
......
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