浏览代码

Used new View API in ClassicTestEditor.

Aleksander Nowodzinski 9 年之前
父节点
当前提交
cd974279c8
共有 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 );
 	}
 
 	/**