diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-11-21 12:34:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 12:34:57 -0500 |
commit | 36967b18397dc7f6414d81584ea37f364195b164 (patch) | |
tree | 80d5bf157b2887a640b9e6dce3fb5403cae4a35f /ext/js/app/popup.js | |
parent | 3c798ae36d1181a57de59f03bcf10d3bf7fc9577 (diff) |
General refactoring (#2016)
* Remove // Public comments
* Fix errors
* Remove source parameter from Popup*.setOptionsContext
Diffstat (limited to 'ext/js/app/popup.js')
-rw-r--r-- | ext/js/app/popup.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/js/app/popup.js b/ext/js/app/popup.js index 7581c8d7..8454dcb1 100644 --- a/ext/js/app/popup.js +++ b/ext/js/app/popup.js @@ -68,8 +68,6 @@ class Popup extends EventDispatcher { this._fullscreenEventListeners = new EventListenerCollection(); } - // Public properties - /** * The ID of the popup. * @type {string} @@ -143,8 +141,6 @@ class Popup extends EventDispatcher { return this._frameId; } - // Public functions - /** * Prepares the popup for use. */ |