浏览代码

Internal: Updated the path to the ClassicEditor class (see https://github.com/ckeditor/ckeditor5-editor-classic/issues/41).

Szymon Kupś 8 年之前
父节点
当前提交
7076bbf3a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-undo/tests/manual/undo.js

+ 1 - 1
packages/ckeditor5-undo/tests/manual/undo.js

@@ -5,7 +5,7 @@
 
 /* globals console:false, document, window */
 
-import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
+import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 import Enter from '@ckeditor/ckeditor5-enter/src/enter';
 import Typing from '@ckeditor/ckeditor5-typing/src/typing';
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';