- npm: Alphabetize scripts

- JSDoc: Exclude svgedit config files
- JSDoc: Convert remaining items in old format to JSDoc (as could easily be found)
This commit is contained in:
Brett Zamir
2018-05-29 20:31:24 +08:00
parent fb413a8e9f
commit dc79fe7fde
14 changed files with 804 additions and 825 deletions

View File

@@ -674,7 +674,9 @@ export const randomizeIds = function (enableRandomization, currentDrawing) {
// Layer API Functions
// Group: Layers
/**
* Group: Layers
*/
let canvas_;
export const init = function (canvas) {