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

Removed LinkElement #163

Merged
merged 1 commit into from
Jan 24, 2018
Merged

Removed LinkElement #163

merged 1 commit into from
Jan 24, 2018

Conversation

szymonkups
Copy link
Contributor

@szymonkups szymonkups commented Jan 24, 2018

Suggested merge commit message (convention)

Other: Removed LinkElement, using custom properties instead. Closes ckeditor/ckeditor5#4817.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 5bd56f2 on t/162 into c3ffe33 on master.

linkElement.priority = 5;

return linkElement;
}
Copy link

Choose a reason for hiding this comment

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

Do we need a separate file for these methods? I mean they are used only once and I don't think this code will be used again. I think we could just keep it in-place.

Copy link
Member

Choose a reason for hiding this comment

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

Why do you think that link will never be created by any other feature? I actually think that the chance is very high for this (by 3rd party code).

@pjasiun pjasiun merged commit 3785e50 into master Jan 24, 2018
@pjasiun pjasiun deleted the t/162 branch January 24, 2018 15:26
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.

Get rid of LinkElement
4 participants