Procházet zdrojové kódy

Updated manual test to changes in the view engine.

Szymon Kupś před 7 roky
rodič
revize
32d252d6c9

+ 0 - 2
packages/ckeditor5-editor-classic/tests/manual/classiceditor.js

@@ -53,5 +53,3 @@ function destroyEditor() {
 
 document.getElementById( 'initEditor' ).addEventListener( 'click', initEditor );
 document.getElementById( 'destroyEditor' ).addEventListener( 'click', destroyEditor );
-
-initEditor();