- Linting: Apply latest eslint-plugin-jsdoc; lint properties/param defaults

This commit is contained in:
Brett Zamir
2020-10-20 03:52:46 +08:00
parent 19342e4349
commit d03e5eeae6
7 changed files with 15 additions and 12 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 = '') {