summaryrefslogtreecommitdiff
path: root/ext/fg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-24 11:40:21 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-24 11:40:21 -0700
commitd6a92e7b7bdd02706d5ad68ae2d3ea62123fa0a2 (patch)
tree4f5756c3a75227c99bb7fae73de7cc67437922c1 /ext/fg/js
parentb421b435fad14f1cf4f644a8e64e1d2e5c6184cd (diff)
Fixing spacing
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/range.js1
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) {