chg: [js:bootstrap-helper] Added comment

pull/37/head
mokaddem 2021-01-15 09:17:44 +01:00
parent 227816fe88
commit 3fb9dfee86
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class UIFactory {
* @param {(jQuery|string)} node - The node on which the overlay should be placed
* @param {Promise} promise - A promise to be fulfilled
* @param {Object} [overlayOptions={} - The options to be passed to the overlay class
* @return {Promise} Result of the passed promised
*/
overlayUntilResolve(node, promise, overlayOptions={}) {
const $node = $(node)