We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f410ac9 commit fce4ab2Copy full SHA for fce4ab2
src/plugin/document.coffee
@@ -2,9 +2,10 @@ Annotator = require('annotator')
2
3
4
class Annotator.Plugin.Document extends Annotator.Plugin
5
+ events:
6
+ 'beforeAnnotationCreated': 'beforeAnnotationCreated'
7
8
pluginInit: ->
- @annotator.subscribe('beforeAnnotationCreated', this.beforeAnnotationCreated)
9
this.getDocumentMetadata()
10
11
# returns the primary URI for the document being annotated
0 commit comments