From 54530376bfb2bce40f925fe07dd7efdcb1267578 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sun, 1 Oct 2023 16:19:04 +0900 Subject: Satisfy jsdoc/require-returns lint --- ext/js/app/popup-factory.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/js') 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, -- cgit v1.2.3