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

Used EditorUI as a DecoupledEditorUI parent class. #16

Merged
merged 2 commits into from
Jun 29, 2018

Conversation

oskarwrobel
Copy link
Contributor

Suggested merge commit message (convention)

Internal: Used EditorUI as a DecoupledEditorUI parent class.


Part of

@@ -166,13 +152,12 @@ describe( 'DecoupledEditorUI', () => {
} );

describe( 'destroy()', () => {
it( 'destroys the #view', () => {
const spy = sinon.spy( view, 'destroy' );
it( 'calls EditorUI#destroy', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oskarwrobel
Copy link
Contributor Author

Fixed.

@oleq oleq merged commit d92da9f into master Jun 29, 2018
@oleq oleq deleted the t/ckeditor5-core/130 branch June 29, 2018 08:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants