Explorar el Código

Removed unused destroy.

Oskar Wróbel hace 8 años
padre
commit
46f5f77811
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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', () => {