|
|
@@ -16,11 +16,10 @@ CKEDITOR.define( [
|
|
|
'model',
|
|
|
'editorconfig',
|
|
|
'plugincollection',
|
|
|
- 'collection',
|
|
|
'creator',
|
|
|
'ckeditorerror',
|
|
|
'utils'
|
|
|
-], ( Model, EditorConfig, PluginCollection, Collection, Creator, CKEditorError, utils ) => {
|
|
|
+], ( Model, EditorConfig, PluginCollection, Creator, CKEditorError, utils ) => {
|
|
|
class Editor extends Model {
|
|
|
/**
|
|
|
* Creates a new instance of the Editor class.
|
|
|
@@ -63,10 +62,6 @@ CKEDITOR.define( [
|
|
|
*/
|
|
|
this.plugins = new PluginCollection( this );
|
|
|
|
|
|
- this.features = new Collection();
|
|
|
-
|
|
|
- this.uiItems = new Collection();
|
|
|
-
|
|
|
/**
|
|
|
* The chosen creator.
|
|
|
*
|