Selaa lähdekoodia

Used new View API in ClassicTestEditor.

Aleksander Nowodzinski 9 vuotta sitten
vanhempi
commit
cd974279c8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/_utils/classictesteditor.js

+ 1 - 1
tests/_utils/classictesteditor.js

@@ -32,7 +32,7 @@ export default class ClassicTestEditor extends StandardEditor {
 		this.data.processor = new HtmlDataProcessor();
 
 		this.ui = new BoxedEditorUI( this );
-		this.ui.view = new BoxedEditorUIView( this.ui.viewModel, this.locale );
+		this.ui.view = new BoxedEditorUIView( this.locale );
 	}
 
 	/**