Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: Updated the path to the ClassicEditor class (see https://gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkups committed Jun 19, 2017
2 parents ca4b567 + f19338a commit ae772ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/manual/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals console, window, document */

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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/nestedlists.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals console, window, document */

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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
Expand Down

0 comments on commit ae772ee

Please sign in to comment.