- Linting: As per latest ash-nazg

- npm: Update devDeps (and Jamilih copy)
This commit is contained in:
Brett Zamir
2020-05-26 20:44:54 +08:00
parent 9c9cf3e701
commit b7e11f1bf8
17 changed files with 822 additions and 1501 deletions

File diff suppressed because it is too large Load Diff

2
dist/index-es.js vendored
View File

@@ -10298,7 +10298,7 @@ function addLayerClass(elem) {
*
* The following will record history: insert, batch, insert.
* @example
* hrService = new history.HistoryRecordingService(this.undoMgr);
* hrService = new HistoryRecordingService(this.undoMgr);
* hrService.insertElement(elem, text); // add simple command to history.
* hrService.startBatchCommand('create two elements');
* hrService.changeElement(elem, attrs, text); // add to batchCommand

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/index-umd.js vendored
View File

@@ -10304,7 +10304,7 @@
*
* The following will record history: insert, batch, insert.
* @example
* hrService = new history.HistoryRecordingService(this.undoMgr);
* hrService = new HistoryRecordingService(this.undoMgr);
* hrService.insertElement(elem, text); // add simple command to history.
* hrService.startBatchCommand('create two elements');
* hrService.changeElement(elem, attrs, text); // add to batchCommand

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -9778,7 +9778,7 @@ var SvgCanvas = (function () {
*
* The following will record history: insert, batch, insert.
* @example
* hrService = new history.HistoryRecordingService(this.undoMgr);
* hrService = new HistoryRecordingService(this.undoMgr);
* hrService.insertElement(elem, text); // add simple command to history.
* hrService.startBatchCommand('create two elements');
* hrService.changeElement(elem, attrs, text); // add to batchCommand

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long