瀏覽代碼

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', () => {