Commit 47395f67 authored by Randall Leeds's avatar Randall Leeds

Remove unused variable

parent 6f24518a
...@@ -91,8 +91,7 @@ class RangeAnchor extends Anchor ...@@ -91,8 +91,7 @@ class RangeAnchor extends Anchor
range = new xpathRange.SerializedRange(data).normalize(root) range = new xpathRange.SerializedRange(data).normalize(root)
return new RangeAnchor(range) return new RangeAnchor(range)
toRange: (options = {}) -> toRange: () ->
root = options.root or document.body
return @range.toRange() return @range.toRange()
toSelector: (options = {}) -> toSelector: (options = {}) ->
......
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