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

Updated manual test to changes in the view engine.

Szymon Kupś 8 лет назад
Родитель
Сommit
8afc0d8da4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js

+ 1 - 1
packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js

@@ -31,7 +31,7 @@ function initEditors() {
 				console.log( 'It has been added to global `editors` and `editables`.' );
 
 				window.editors[ selector ] = editor;
-				window.editables.push( editor.editing.view.getRoot() );
+				window.editables.push( editor.editing.view.document.getRoot() );
 
 				const observer = testUtils.createObserver();