diff options
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r-- | ext/fg/js/popup.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index bdc63b7f..af380ff8 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -50,10 +50,6 @@ class Popup { return this._parent; } - get child() { - return this._child; - } - get depth() { return this._depth; } |