- Linting (ESLint): Latest as per ash-nazg (disable now applicable rules not fixed during earlier testing)
- npm: Update devDeps
This commit is contained in:
12
dist/index-es.js
vendored
12
dist/index-es.js
vendored
@@ -7790,6 +7790,8 @@ var pathActions = function () {
|
||||
|
||||
path.endChanges('Delete path node(s)');
|
||||
},
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
// Can't seem to use `@borrows` here, so using `@see`
|
||||
|
||||
/**
|
||||
@@ -7799,6 +7801,8 @@ var pathActions = function () {
|
||||
*/
|
||||
smoothPolylineIntoPath: smoothPolylineIntoPath,
|
||||
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
/**
|
||||
* @param {?Integer} v See {@link https://www.w3.org/TR/SVG/single-page.html#paths-InterfaceSVGPathSeg}
|
||||
* @returns {void}
|
||||
@@ -7868,6 +7872,8 @@ var pathActions = function () {
|
||||
editorContext_.resetD(elem);
|
||||
}
|
||||
},
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
// Can't seem to use `@borrows` here, so using `@see`
|
||||
|
||||
/**
|
||||
@@ -7876,6 +7882,8 @@ var pathActions = function () {
|
||||
* @see module:path.convertPath
|
||||
*/
|
||||
convertPath: convertPath
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
}
|
||||
);
|
||||
}(); // end pathActions
|
||||
@@ -26373,11 +26381,15 @@ var jPicker = function jPicker($) {
|
||||
List = _$$jPicker.List,
|
||||
ColorMethods = _$$jPicker.ColorMethods; // local copies for YUI compressor
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
|
||||
/**
|
||||
* @function external:jQuery.fn.jPicker
|
||||
* @see {@link external:jQuery.fn.$.fn.jPicker}
|
||||
*/
|
||||
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
/**
|
||||
* Will be bound to active {@link jQuery.jPicker.Color}.
|
||||
* @callback module:jPicker.LiveCallback
|
||||
|
||||
2
dist/index-es.min.js.map
vendored
2
dist/index-es.min.js.map
vendored
File diff suppressed because one or more lines are too long
12
dist/index-umd.js
vendored
12
dist/index-umd.js
vendored
@@ -7796,6 +7796,8 @@
|
||||
|
||||
path.endChanges('Delete path node(s)');
|
||||
},
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
// Can't seem to use `@borrows` here, so using `@see`
|
||||
|
||||
/**
|
||||
@@ -7805,6 +7807,8 @@
|
||||
*/
|
||||
smoothPolylineIntoPath: smoothPolylineIntoPath,
|
||||
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
/**
|
||||
* @param {?Integer} v See {@link https://www.w3.org/TR/SVG/single-page.html#paths-InterfaceSVGPathSeg}
|
||||
* @returns {void}
|
||||
@@ -7874,6 +7878,8 @@
|
||||
editorContext_.resetD(elem);
|
||||
}
|
||||
},
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
// Can't seem to use `@borrows` here, so using `@see`
|
||||
|
||||
/**
|
||||
@@ -7882,6 +7888,8 @@
|
||||
* @see module:path.convertPath
|
||||
*/
|
||||
convertPath: convertPath
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
}
|
||||
);
|
||||
}(); // end pathActions
|
||||
@@ -26379,11 +26387,15 @@
|
||||
List = _$$jPicker.List,
|
||||
ColorMethods = _$$jPicker.ColorMethods; // local copies for YUI compressor
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
|
||||
/**
|
||||
* @function external:jQuery.fn.jPicker
|
||||
* @see {@link external:jQuery.fn.$.fn.jPicker}
|
||||
*/
|
||||
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
/**
|
||||
* Will be bound to active {@link jQuery.jPicker.Color}.
|
||||
* @callback module:jPicker.LiveCallback
|
||||
|
||||
2
dist/index-umd.min.js.map
vendored
2
dist/index-umd.min.js.map
vendored
File diff suppressed because one or more lines are too long
8
dist/svgcanvas-iife.js
vendored
8
dist/svgcanvas-iife.js
vendored
@@ -7862,6 +7862,8 @@ var SvgCanvas = (function () {
|
||||
|
||||
path.endChanges('Delete path node(s)');
|
||||
},
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
// Can't seem to use `@borrows` here, so using `@see`
|
||||
|
||||
/**
|
||||
@@ -7871,6 +7873,8 @@ var SvgCanvas = (function () {
|
||||
*/
|
||||
smoothPolylineIntoPath: smoothPolylineIntoPath,
|
||||
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
/**
|
||||
* @param {?Integer} v See {@link https://www.w3.org/TR/SVG/single-page.html#paths-InterfaceSVGPathSeg}
|
||||
* @returns {void}
|
||||
@@ -7940,6 +7944,8 @@ var SvgCanvas = (function () {
|
||||
editorContext_.resetD(elem);
|
||||
}
|
||||
},
|
||||
|
||||
/* eslint-disable jsdoc/require-returns */
|
||||
// Can't seem to use `@borrows` here, so using `@see`
|
||||
|
||||
/**
|
||||
@@ -7948,6 +7954,8 @@ var SvgCanvas = (function () {
|
||||
* @see module:path.convertPath
|
||||
*/
|
||||
convertPath: convertPath
|
||||
/* eslint-enable jsdoc/require-returns */
|
||||
|
||||
}
|
||||
);
|
||||
}(); // end pathActions
|
||||
|
||||
2
dist/svgcanvas-iife.min.js.map
vendored
2
dist/svgcanvas-iife.min.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user