Преглед на файлове

Removed unused destroy.

Oskar Wróbel преди 8 години
родител
ревизия
46f5f77811
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      packages/ckeditor5-paragraph/tests/paragraph.js

+ 0 - 2
packages/ckeditor5-paragraph/tests/paragraph.js

@@ -438,8 +438,6 @@ describe( 'Paragraph feature', () => {
 			} );
 
 			expect( editor.getData() ).to.equal( '' );
-
-			editor.destroy();
 		} );
 
 		it( 'should not fix root if change was in transparent batch', () => {