diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/js/app/popup-factory.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ext/js/app/popup-factory.js b/ext/js/app/popup-factory.js index eeb31a1b..c3c98162 100644 --- a/ext/js/app/popup-factory.js +++ b/ext/js/app/popup-factory.js @@ -71,6 +71,7 @@ class PopupFactory {       * @param {?number} [details.depth] A specific depth value to assign to the popup.       * @param {boolean} [details.popupWindow] Whether or not a separate popup window should be used, rather than an iframe.       * @param {boolean} [details.childrenSupported] Whether or not the popup is able to show child popups. +     * @returns {Popup|PopupWindow|PopupProxy} The new or existing popup.       */      async getOrCreatePopup({          frameId=null, |