diff options
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. */ |