Browse Source

Updated manual test to changes in the view engine.

Szymon Kupś 7 years ago
parent
commit
32d252d6c9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/ckeditor5-editor-classic/tests/manual/classiceditor.js

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

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