Commit c28e8564 authored by Randall Leeds's avatar Randall Leeds

whitespace

parent be70f716
...@@ -161,7 +161,7 @@ class Annotator.Host extends Annotator ...@@ -161,7 +161,7 @@ class Annotator.Host extends Annotator
do update do update
document.addEventListener 'touchstart', => document.addEventListener 'touchstart', =>
touch = true touch = true
do update do update
$(window).on 'resize scroll', update $(window).on 'resize scroll', update
$(document.body).on 'resize scroll', '*', util.debounce => @consumer.update() $(document.body).on 'resize scroll', '*', util.debounce => @consumer.update()
super super
......
...@@ -56,7 +56,7 @@ class Hypothesis extends Annotator ...@@ -56,7 +56,7 @@ class Hypothesis extends Annotator
@editor.hide() @editor.hide()
this.showAuth true this.showAuth true
this.show() this.show()
# This guy does stuff when you "back out" of the interface. # This guy does stuff when you "back out" of the interface.
# (Currently triggered by a click on the source page.) # (Currently triggered by a click on the source page.)
back: => back: =>
# If it's in the detail view, loads the bucket back up. # If it's in the detail view, loads the bucket back up.
......
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