- Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions)

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-12-31 15:27:16 +08:00
parent 22dda2c50b
commit d9d4d94976
87 changed files with 785 additions and 770 deletions

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_arrows = (function () {
}
/**
* ext-arrows.js
* @file ext-arrows.js
*
* @license MIT
*

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_closepath = (function () {
}
/**
* ext-closepath.js
* @file ext-closepath.js
*
* @license MIT
*

View File

@@ -40,7 +40,7 @@ var svgEditorExtension_connector = (function () {
/* eslint-disable unicorn/no-fn-reference-in-iterator */
/**
* ext-connector.js
* @file ext-connector.js
*
* @license MIT
*

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_eyedropper = (function () {
}
/**
* ext-eyedropper.js
* @file ext-eyedropper.js
*
* @license MIT
*

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_foreignobject = (function () {
}
/**
* ext-foreignobject.js
* @file ext-foreignobject.js
*
* @license Apache-2.0
*

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_grid = (function () {
}
/**
* ext-grid.js
* @file ext-grid.js
*
* @license Apache-2.0
*

View File

@@ -80,7 +80,7 @@ var svgEditorExtension_helloworld = (function () {
}
/**
* ext-helloworld.js
* @file ext-helloworld.js
*
* @license MIT
*

View File

@@ -52,7 +52,7 @@ var svgEditorExtension_imagelib = (function () {
}
/**
* ext-imagelib.js
* @file ext-imagelib.js
*
* @license MIT
*

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_markers = (function () {
}
/**
* ext-markers.js
* @file ext-markers.js
*
* @license Apache-2.0
*

View File

@@ -2,7 +2,7 @@ var svgEditorExtension_overview_window = (function () {
'use strict';
/**
* ext-overview_window.js
* @file ext-overview_window.js
*
* @license MIT
*

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_panning = (function () {
}
/**
* ext-panning.js
* @file ext-panning.js
*
* @license MIT
*

View File

@@ -80,7 +80,7 @@ var svgEditorExtension_placemark = (function () {
}
/**
* ext-placemark.js
* @file ext-placemark.js
*
*
* @copyright 2010 CloudCanvas, Inc. All rights reserved

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_polygon = (function () {
}
/**
* ext-polygon.js
* @file ext-polygon.js
*
*
* @copyright 2010 CloudCanvas, Inc. All rights reserved

View File

@@ -243,7 +243,7 @@ var svgEditorExtension_server_moinsave = (function () {
}
/**
* For parsing color values
* For parsing color values.
* @module RGBColor
* @author Stoyan Stefanov <sstoo@gmail.com>
* @see https://www.phpied.com/rgb-color-parser-in-javascript/

View File

@@ -243,7 +243,7 @@ var svgEditorExtension_server_opensave = (function () {
}
/**
* For parsing color values
* For parsing color values.
* @module RGBColor
* @author Stoyan Stefanov <sstoo@gmail.com>
* @see https://www.phpied.com/rgb-color-parser-in-javascript/

View File

@@ -80,7 +80,7 @@ var svgEditorExtension_shapes = (function () {
}
/**
* ext-shapes.js
* @file ext-shapes.js
*
* @license MIT
*

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_star = (function () {
}
/**
* ext-star.js
* @file ext-star.js
*
*
* @copyright 2010 CloudCanvas, Inc. All rights reserved

View File

@@ -80,7 +80,7 @@ var svgEditorExtension_storage = (function () {
}
/**
* ext-storage.js
* @file ext-storage.js
*
* This extension allows automatic saving of the SVG canvas contents upon
* page unload (which can later be automatically retrieved upon future

View File

@@ -38,7 +38,8 @@ var svgEditorExtension_webappfind = (function () {
}
/**
* Depends on Firefox add-on and executables from {@link https://github.com/brettz9/webappfind}
* Depends on Firefox add-on and executables from
* {@link https://github.com/brettz9/webappfind}.
* @author Brett Zamir
* @license MIT
* @todo See WebAppFind Readme for SVG-related todos

View File

@@ -38,7 +38,7 @@ var svgEditorExtension_xdomain_messaging = (function () {
/**
* Should not be needed for same domain control (just call via child frame),
* but an API common for cross-domain and same domain use can be found
* in embedapi.js with a demo at embedapi.html
* in embedapi.js with a demo at embedapi.html.
*/
var extXdomainMessaging = {
name: 'xdomain-messaging',