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

Commit

Permalink
Merge 60c9b02 into fd2005d
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 30, 2019
2 parents fd2005d + 60c9b02 commit 98b1561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tickets/ckeditor5-692.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe( 'Bug ckeditor5#692', () => {
editor = newEditor;
view = editor.editing.view;
mutationObserver = view.getObserver( MutationObserver );
domEditor = editor.ui.view.editableElement;
domEditor = editor.ui.getEditableElement();
} );
} );

Expand Down

0 comments on commit 98b1561

Please sign in to comment.