- Linting: As per latest ash-nazg
- npm: Update devDeps (and Jamilih copy)
This commit is contained in:
1224
editor/external/jamilih/jml-es.js
vendored
1224
editor/external/jamilih/jml-es.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@ import {
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -10301,7 +10301,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
|
||||
|
||||
Reference in New Issue
Block a user