diff options
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r-- | ext/fg/js/popup.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index bdffd424..5a0166bf 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -88,6 +88,10 @@ class Popup { return this._container; } + get frameId() { + return this._frameId; + } + // Public functions prepare() { |