summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-05 21:38:13 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-05 21:40:10 -0400
commit2255fadf52bff17d183f48e0bc72a078568481f2 (patch)
treefd462850b429722b969dbd255555ff3db3b9ebce /ext/fg/js/popup.js
parentbac237336e4578e339069a8d9d8f83703a3cee5d (diff)
Rename Popup.setVisible to setVisibleOverride
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 9dff6f28..5509c98c 100644
--- a/ext/fg/js/popup.js
+++ b/ext/fg/js/popup.js
@@ -238,7 +238,7 @@ class Popup {
return this.isInjected && this.container.style.visibility !== 'hidden';
}
- setVisible(visible) {
+ setVisibleOverride(visible) {
if (visible) {
this.container.style.setProperty('display', '');
} else {