diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-24 11:40:21 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-24 11:40:21 -0700 |
commit | d6a92e7b7bdd02706d5ad68ae2d3ea62123fa0a2 (patch) | |
tree | 4f5756c3a75227c99bb7fae73de7cc67437922c1 | |
parent | b421b435fad14f1cf4f644a8e64e1d2e5c6184cd (diff) |
Fixing spacing
-rw-r--r-- | ext/fg/js/range.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fg/js/range.js b/ext/fg/js/range.js index 1d6b4e0e..0cf79ddf 100644 --- a/ext/fg/js/range.js +++ b/ext/fg/js/range.js @@ -73,7 +73,6 @@ class Range { compareOrigin(range) { return range.rng.compareBoundaryPoints(Range.END_TO_END, this.rng); - } static fromPoint(point) { |