Commit 91c9bce3 authored by Aron Carroll's avatar Aron Carroll

Fix height typo on target.pos property

parent f4472c1d
......@@ -101,7 +101,7 @@ class Annotator.Guest extends Annotator
# Store the position of this anchor inside target
hl.anchor.target.pos =
top: hl.getTop()
heigth: hl.getHeight()
height: hl.getHeight()
# Collect all impacted annotations
annotations = (hl.annotation for hl in highlights)
......
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