aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-15 21:25:06 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-16 19:54:41 -0500
commit41fadfd0a9efd414bc41fab95b72deffac0d77fc (patch)
treec5979988a1663d16fd02676af7289da270b20caa /ext/fg
parent7140a1910087424ba8d9a05c4bb59e478881f0dc (diff)
Add setChildrenSupported to popup
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/js/popup.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js
index 2af734a9..552bdcf6 100644
--- a/ext/fg/js/popup.js
+++ b/ext/fg/js/popup.js
@@ -135,6 +135,10 @@ class Popup {
}
}
+ setChildrenSupported(value) {
+ this.childrenSupported = value;
+ }
+
getContainer() {
return this.container;
}