Commit fb3c725f authored by Randall Leeds's avatar Randall Leeds

whitespace

parent 0213de1d
...@@ -330,7 +330,6 @@ class Hypothesis extends Annotator ...@@ -330,7 +330,6 @@ class Hypothesis extends Annotator
# Give angular a chance to react # Give angular a chance to react
$rootScope.$digest() $rootScope.$digest()
serviceDiscovery: (options) => serviceDiscovery: (options) =>
$location = @element.injector().get '$location' $location = @element.injector().get '$location'
$rootScope = @element.injector().get '$rootScope' $rootScope = @element.injector().get '$rootScope'
...@@ -356,6 +355,7 @@ class Hypothesis extends Annotator ...@@ -356,6 +355,7 @@ class Hypothesis extends Annotator
console.log "Found " + data.total + " annotations here.." console.log "Found " + data.total + " annotations here.."
this.plugins.Store._onLoadAnnotationsFromSearch data this.plugins.Store._onLoadAnnotationsFromSearch data
class DraftProvider class DraftProvider
drafts: [] drafts: []
......
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