8
0
Просмотр исходного кода

One more rename treeView to Document.

Piotr Jasiun 9 лет назад
Родитель
Сommit
6e0ab7c478
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/tests/treeview/node.js

+ 1 - 1
packages/ckeditor5-engine/tests/treeview/node.js

@@ -129,7 +129,7 @@ describe( 'Node', () => {
 	} );
 
 	describe( 'getDocument', () => {
-		it( 'should return null if any parent has not set treeview', () => {
+		it( 'should return null if any parent has not set Document', () => {
 			expect( charA.getDocument() ).to.be.null;
 		} );