- 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

@@ -1,5 +1,5 @@
/**
* ext-arrows.js
* @file ext-arrows.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-closepath.js
* @file ext-closepath.js
*
* @license MIT
*

View File

@@ -1,6 +1,6 @@
/* eslint-disable unicorn/no-fn-reference-in-iterator */
/**
* ext-connector.js
* @file ext-connector.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-eyedropper.js
* @file ext-eyedropper.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-foreignobject.js
* @file ext-foreignobject.js
*
* @license Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/**
* ext-grid.js
* @file ext-grid.js
*
* @license Apache-2.0
*

View File

@@ -1,5 +1,5 @@
/**
* ext-helloworld.js
* @file ext-helloworld.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-imagelib.js
* @file ext-imagelib.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-markers.js
* @file ext-markers.js
*
* @license Apache-2.0
*

View File

@@ -1,6 +1,6 @@
/* globals MathJax */
/**
* ext-mathjax.js
* @file ext-mathjax.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-overview_window.js
* @file ext-overview_window.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-panning.js
* @file ext-panning.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-placemark.js
* @file ext-placemark.js
*
*
* @copyright 2010 CloudCanvas, Inc. All rights reserved

View File

@@ -1,5 +1,5 @@
/**
* ext-polygon.js
* @file ext-polygon.js
*
*
* @copyright 2010 CloudCanvas, Inc. All rights reserved

View File

@@ -1,5 +1,5 @@
/**
* ext-server_moinsave.js
* @file ext-server_moinsave.js
*
* @license (MIT OR GPL-2.0-or-later)
*

View File

@@ -1,5 +1,5 @@
/**
* ext-server_opensave.js
* @file ext-server_opensave.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-shapes.js
* @file ext-shapes.js
*
* @license MIT
*

View File

@@ -1,5 +1,5 @@
/**
* ext-star.js
* @file ext-star.js
*
*
* @copyright 2010 CloudCanvas, Inc. All rights reserved

View File

@@ -1,5 +1,5 @@
/**
* 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

@@ -1,5 +1,6 @@
/**
* 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

@@ -1,7 +1,7 @@
/**
* 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.
*/
export default {
name: 'xdomain-messaging',