소스 검색

Merge pull request #223 from ckeditor/t/ckeditor5-ui/26

T/ckeditor5 ui/26: Review our approach to MVVM
Piotrek Koszuliński 9 년 전
부모
커밋
fd01cbe3e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 );
 	}
 
 	/**