8
0
فهرست منبع

Merge branch t/ckeditor5-core/110

Internal: Update API usage after merge t/110 on engine.
Piotr Jasiun 8 سال پیش
والد
کامیت
3514affd64
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/ckeditor5-paragraph/tests/paragraph-intergration.js

+ 0 - 1
packages/ckeditor5-paragraph/tests/paragraph-intergration.js

@@ -181,7 +181,6 @@ describe( 'Paragraph feature – integration', () => {
 					const doc = editor.model.document;
 					const root = doc.getRoot();
 					const otherRoot = doc.createRoot( '$root', 'otherRoot' );
-					editor.editing.createRoot( 'div', 'otherRoot' );
 
 					editor.data.set( '<p>Foobar.</p>', 'main' );
 					editor.data.set( '<p>Foobar.</p>', 'otherRoot' );