Commit 9e45109d authored by Randall Leeds's avatar Randall Leeds

whitespace

parent d256c197
...@@ -845,11 +845,11 @@ class Search ...@@ -845,11 +845,11 @@ class Search
$scope.openDetails = (annotation) -> $scope.openDetails = (annotation) ->
# Temporary workaround, until search result annotation card # Temporary workaround, until search result annotation card
# scopes get their 'annotation' fields, too. # scopes get their 'annotation' fields, too.
return unless annotation return unless annotation
for p in providers for p in providers
p.channel.notify p.channel.notify
method: 'scrollTo' method: 'scrollTo'
params: annotation.$$tag params: annotation.$$tag
refresh = => refresh = =>
$scope.search_filter = $routeParams.matched $scope.search_filter = $routeParams.matched
......
...@@ -530,6 +530,7 @@ class Hypothesis extends Annotator ...@@ -530,6 +530,7 @@ class Hypothesis extends Annotator
discardDrafts: -> discardDrafts: ->
return @element.injector().get('drafts').discard() return @element.injector().get('drafts').discard()
class AuthenticationProvider class AuthenticationProvider
constructor: -> constructor: ->
@actions = @actions =
......
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