- Linting: As per latest ash-nazg
- npm: Update devDeps (and Jamilih copy)
This commit is contained in:
585
dist/extensions/imagelib/openclipart.js
vendored
585
dist/extensions/imagelib/openclipart.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/index-es.js
vendored
2
dist/index-es.js
vendored
@@ -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
|
||||
|
||||
4
dist/index-es.min.js
vendored
4
dist/index-es.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-es.min.js.map
vendored
2
dist/index-es.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/index-umd.js
vendored
2
dist/index-umd.js
vendored
@@ -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
|
||||
|
||||
4
dist/index-umd.min.js
vendored
4
dist/index-umd.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-umd.min.js.map
vendored
2
dist/index-umd.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/svgcanvas-iife.js
vendored
2
dist/svgcanvas-iife.js
vendored
@@ -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
|
||||
|
||||
2
dist/svgcanvas-iife.min.js
vendored
2
dist/svgcanvas-iife.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/svgcanvas-iife.min.js.map
vendored
2
dist/svgcanvas-iife.min.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user