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

whitespace

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