Merge branch 'master' into seFlyingButton

This commit is contained in:
jfh
2020-10-31 22:49:57 +01:00
14 changed files with 38 additions and 15 deletions

View File

@@ -165,7 +165,7 @@ export default function jQueryPluginDBox ($, {
};
/**
* @param {string} msg Message to accompany the prompt
* @param {string} [defaultText=''] The default text to show for the prompt
* @param {string} [defaultText=""] The default text to show for the prompt
* @returns {jQueryPluginDBox.ResultPromise}
*/
$.prompt = function (msg, defaultText = '') {