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 b92342e + 0c59ce2 commit fb51301
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion tests/manual/20/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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
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/21/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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
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/40/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 '../../../src/typing';
import Heading from '@ckeditor/ckeditor5-heading/src/heading';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/52/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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
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/59/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 Typing from '../../../src/typing';
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/82/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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import EssentialsPreset from '@ckeditor/ckeditor5-presets/src/essentials';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/86/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 { getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/delete.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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
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/input.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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
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/nbsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 '../../src/typing';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/rtl.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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
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/selection.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 Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
import EssentialsPreset from '@ckeditor/ckeditor5-presets/src/essentials';
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/spellchecking.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 Heading from '@ckeditor/ckeditor5-heading/src/heading';
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/unicode.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 '../../src/typing';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
Expand Down
2 changes: 1 addition & 1 deletion tests/spellchecking.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals 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 '../src/typing';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
Expand Down
2 changes: 1 addition & 1 deletion tests/tickets/59.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 Typing from '../../src/typing';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
Expand Down

0 comments on commit fb51301

Please sign in to comment.