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

Commit

Permalink
Other: Updated the path to the ClassicEditor class (see https://githu…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jun 14, 2017
1 parent b7889a9 commit 8b4a9db
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/manual/markers.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 Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/nestededitable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* global console */

import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import Enter from '@ckeditor/ckeditor5-enter/src/enter';
import Typing from '@ckeditor/ckeditor5-typing/src/typing';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/placeholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* global console */

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';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/tickets/401/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals console, 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';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/tickets/462/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals console, window, document, setInterval */

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';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/tickets/475/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals document */

import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';

import Plugin from '@ckeditor/ckeditor5-core/src/plugin';

Expand Down
2 changes: 1 addition & 1 deletion tests/manual/tickets/603/1.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/tickets/629/1.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 Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/tickets/880/1.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 EssentialsPreset from '@ckeditor/ckeditor5-presets/src/essentials';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/tickets/887/1.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 EssentialsPreset from '@ckeditor/ckeditor5-presets/src/essentials';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
Expand Down
2 changes: 1 addition & 1 deletion tests/view/manual/uielement.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* global 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 Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
Expand Down

0 comments on commit 8b4a9db

Please sign in to comment.