Skip to content

Commit

Permalink
Satisfy jsdoc/require-returns lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Oct 1, 2023
1 parent cba7deb commit 5453037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/js/app/popup-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5453037

Please sign in to comment.