Commit c28e8564 authored by Randall Leeds's avatar Randall Leeds

whitespace

parent be70f716
......@@ -161,7 +161,7 @@ class Annotator.Host extends Annotator
do update
document.addEventListener 'touchstart', =>
touch = true
do update
do update
$(window).on 'resize scroll', update
$(document.body).on 'resize scroll', '*', util.debounce => @consumer.update()
super
......
......@@ -56,7 +56,7 @@ class Hypothesis extends Annotator
@editor.hide()
this.showAuth true
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.)
back: =>
# 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