summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-23 10:10:34 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-23 10:10:34 -0700
commit8b097221db06cd9119acc405ec84794362899086 (patch)
tree379e2f944f6a9598a71a2711e50aa86944bc437f /ext/fg/js/popup.js
parentb8df875e030eabb73b67a9a9c721c6922145a8c9 (diff)
WIP
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r--ext/fg/js/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js
index f03a0549..694aa6b7 100644
--- a/ext/fg/js/popup.js
+++ b/ext/fg/js/popup.js
@@ -33,7 +33,7 @@ class Popup {
this.setContent(content);
}
- showBy(element, content) {
+ showNextTo(element, content) {
this.inject();
const elementRect = element.getBoundingClientRect();