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

Used EditorUI as a BalloonEditorUI parent class. #21

Merged
merged 2 commits into from
Jun 29, 2018
Merged

Conversation

oskarwrobel
Copy link
Contributor

Suggested merge commit message (convention)

Internal: Used EditorUI as a BalloonEditorUI parent class.


Part of

@@ -134,8 +125,8 @@ describe( 'BalloonEditorUI', () => {
} );

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

@oleq oleq Jun 27, 2018

Choose a reason for hiding this comment

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

Since we're sure this is an instance of EditorUI and there's no custom destroy() implementation, checking that any longer makes sense IMO.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed here and in the all related PR's.

@oleq oleq merged commit 03af1c0 into master Jun 29, 2018
@oleq oleq deleted the t/ckeditor5-core/130 branch June 29, 2018 08:56
bhayward93 pushed a commit to bhayward93/ckeditor5-editor-balloon that referenced this pull request Feb 27, 2020
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