瀏覽代碼

Updated manual test to changes in the view engine.

Szymon Kupś 7 年之前
父節點
當前提交
32d252d6c9
共有 1 個文件被更改,包括 0 次插入2 次删除
  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( 'destroyEditor' ).addEventListener( 'click', destroyEditor );
-
-initEditor();