Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
Merge pull request #44 from ckeditor/t/43
Browse files Browse the repository at this point in the history
Changed paths and docs to use ckeditor5-core package
  • Loading branch information
scofalik authored Aug 3, 2016
2 parents f6d32e0 + 4851c4f commit 4854f15
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/iframe/iframeview.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class IframeView extends View {
/**
* Creates a new instance of the iframe view.
*
* @param {utils.Locale} [locale] The {@link ckeditor5.Editor#locale editor's locale} instance.
* @param {utils.Locale} [locale] The {@link core.editor.Editor#locale editor's locale} instance.
*/
constructor( locale ) {
super( locale );
Expand Down
2 changes: 1 addition & 1 deletion tests/button/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Button from '/ckeditor5/ui/button/button.js';
import ButtonView from '/ckeditor5/ui/button/buttonview.js';
import Model from '/ckeditor5/ui/model.js';

import testUtils from '/tests/ckeditor5/_utils/utils.js';
import testUtils from '/tests/core/_utils/utils.js';
import Controller from '/ckeditor5/ui/controller.js';

testUtils.createSinonSandbox();
Expand Down
2 changes: 1 addition & 1 deletion tests/button/buttonview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* bender-tags: ui, button */

import testUtils from '/tests/ckeditor5/_utils/utils.js';
import testUtils from '/tests/core/_utils/utils.js';
import Button from '/ckeditor5/ui/button/button.js';
import ButtonView from '/ckeditor5/ui/button/buttonview.js';
import Model from '/ckeditor5/ui/model.js';
Expand Down
2 changes: 1 addition & 1 deletion tests/list/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* bender-tags: ui, list */

import testUtils from '/tests/ckeditor5/_utils/utils.js';
import testUtils from '/tests/core/_utils/utils.js';

import List from '/ckeditor5/ui/list/list.js';
import ListView from '/ckeditor5/ui/list/listview.js';
Expand Down
2 changes: 1 addition & 1 deletion tests/toolbar/sticky/stickytoolbarview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* bender-tags: ui, toolbar */

import testUtils from '/tests/ckeditor5/_utils/utils.js';
import testUtils from '/tests/core/_utils/utils.js';
import StickyToolbar from '/ckeditor5/ui/toolbar/sticky/stickytoolbar.js';
import StickyToolbarView from '/ckeditor5/ui/toolbar/sticky/stickytoolbarview.js';
import ToolbarView from '/ckeditor5/ui/toolbar/toolbarview.js';
Expand Down

0 comments on commit 4854f15

Please sign in to comment.