- Linting (ESLint): Remove now unneeded config and add per new update
- Refactoring: Prefer for-of, event.key (newly enforced linting) - Refactoring: Better var. names - npm: Update devDeps and update local copies
This commit is contained in:
@@ -484,7 +484,7 @@ export const getPointGrip = function (seg, update) {
|
||||
/**
|
||||
* @function module:path.getControlPoints
|
||||
* @param {Segment} seg
|
||||
* @returns {PlainObject.<string, SVGLineElement|SVGCircleElement>}
|
||||
* @returns {PlainObject<string, SVGLineElement|SVGCircleElement>}
|
||||
*/
|
||||
export const getControlPoints = function (seg) {
|
||||
const {item, index} = seg;
|
||||
|
||||
Reference in New Issue
Block a user