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

Remove unused variable

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