Przeglądaj źródła

Aligned to changes in Editor class.

Kamil Piechaczek 6 lat temu
rodzic
commit
ff2b5c06e8

+ 1 - 1
packages/ckeditor5-watchdog/tests/editorwatchdog.js

@@ -937,7 +937,7 @@ describe( 'EditorWatchdog', () => {
 				constructor( sourceElements, config ) {
 					super( config );
 
-					this.data.processor = new HtmlDataProcessor( this.stylesProcessor );
+					this.data.processor = new HtmlDataProcessor( this.data.stylesProcessor );
 
 					// Create a root for each source element.
 					for ( const rootName of Object.keys( sourceElements ) ) {