- Linting: Use new preference for "object"; fix @example code; bad @returns

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-05-22 23:37:27 +08:00
parent 8d179aee0c
commit d5ef6c5619
28 changed files with 427 additions and 282 deletions

View File

@@ -973,7 +973,7 @@ var svgEditorExtension_server_moinsave = (function () {
};
/**
* @param {module:canvg.CanvgOptions} opts
* @returns {Object}
* @returns {object}
* @todo Flesh out exactly what object is returned here (after updating to latest and reincluding our changes here and those of StackBlur)
*/
@@ -4364,7 +4364,7 @@ var svgEditorExtension_server_moinsave = (function () {
* @param {Float} width
* @param {Float} height
* @param {Integer} rgba
* @returns {void}
* @returns {Integer}
*/

View File

@@ -973,7 +973,7 @@ var svgEditorExtension_server_opensave = (function () {
};
/**
* @param {module:canvg.CanvgOptions} opts
* @returns {Object}
* @returns {object}
* @todo Flesh out exactly what object is returned here (after updating to latest and reincluding our changes here and those of StackBlur)
*/
@@ -4364,7 +4364,7 @@ var svgEditorExtension_server_opensave = (function () {
* @param {Float} width
* @param {Float} height
* @param {Integer} rgba
* @returns {void}
* @returns {Integer}
*/
@@ -4886,7 +4886,7 @@ var svgEditorExtension_server_opensave = (function () {
/**
* Submit the form, empty its contents for reuse and show
* uploading message.
* @returns {void}
* @returns {Promise<void>}
*/
function submit() {

View File

@@ -3009,7 +3009,7 @@
/**
* Shows results after query submission.
* @param {string} url
* @returns {void}
* @returns {Promise<void>}
*/
function processResults(_x) {