|
@@ -66,7 +66,7 @@ export default class ClassicEditor extends Editor {
|
|
|
this.sourceElement = sourceElementOrData;
|
|
this.sourceElement = sourceElementOrData;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- this.data.processor = new HtmlDataProcessor( this.stylesProcessor );
|
|
|
|
|
|
|
+ this.data.processor = new HtmlDataProcessor( this.data.stylesProcessor );
|
|
|
|
|
|
|
|
this.model.document.createRoot();
|
|
this.model.document.createRoot();
|
|
|
|
|
|