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

Commit

Permalink
Merge 6f2294d into 990197a
Browse files Browse the repository at this point in the history
  • Loading branch information
msamsel committed Jul 8, 2019
2 parents 990197a + 6f2294d commit 725ee52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/manual/decouplededitor-editable.js
Expand Up @@ -13,7 +13,7 @@ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
import Undo from '@ckeditor/ckeditor5-undo/src/undo';
import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
import testUtils from '@ckeditor/ckeditor5-utils/tests/_utils/utils';
import { createObserver } from '@ckeditor/ckeditor5-utils/tests/_utils/utils';

let editor, editable, observer;

Expand All @@ -32,7 +32,7 @@ function initEditor() {
window.editor = editor = newEditor;
window.editable = editable = editor.editing.view.document.getRoot();

observer = testUtils.createObserver();
observer = createObserver();
observer.observe( 'Editable', editable, [ 'isFocused' ] );
} )
.catch( err => {
Expand Down

0 comments on commit 725ee52

Please sign in to comment.