summaryrefslogtreecommitdiff
path: root/ext/fg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-23 22:11:29 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-23 22:11:29 -0700
commit896cd7960cf80357cf812371fd1d918ccb30939b (patch)
tree4c75c021a98fd8a3421dffdc3328dd0e4b17cafc /ext/fg/js
parent659bb87a59c2f53e8144998fe1d3067526a83897 (diff)
Misc fixes
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js
index 303f959b..f15519c9 100644
--- a/ext/fg/js/client.js
+++ b/ext/fg/js/client.js
@@ -83,7 +83,7 @@ class Client {
searchAt(point) {
const range = Range.fromPoint(point);
if (range === null || !range.containsPoint(point)) {
- this.popup.hide();
+ this.hidePopup();
return;
}