diff options
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r-- | ext/fg/js/popup.js | 2 |
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(); |