|
@@ -7,11 +7,10 @@
|
|
|
|
|
|
|
|
CKEDITOR.define( [
|
|
CKEDITOR.define( [
|
|
|
'document/operation/operation',
|
|
'document/operation/operation',
|
|
|
- 'document/nodelist',
|
|
|
|
|
'document/range',
|
|
'document/range',
|
|
|
'ckeditorerror',
|
|
'ckeditorerror',
|
|
|
'utils'
|
|
'utils'
|
|
|
-], ( Operation, NodeList, Range, CKEditorError, utils ) => {
|
|
|
|
|
|
|
+], ( Operation, Range, CKEditorError, utils ) => {
|
|
|
/**
|
|
/**
|
|
|
* Operation to move list of subsequent nodes from one position in the document to another.
|
|
* Operation to move list of subsequent nodes from one position in the document to another.
|
|
|
*
|
|
*
|