Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tools.bind function with bound arguments #3249

Merged
merged 6 commits into from
Jul 31, 2019
Merged

Improve tools.bind function with bound arguments #3249

merged 6 commits into from
Jul 31, 2019

Conversation

jacekbogdanski
Copy link
Member

What is the purpose of this pull request?

New feature

Does your PR contain necessary tests?

All patches which change the editor code must include tests. You can always read more
on PR testing,
how to set the testing environment and
how to create tests
in the official CKEditor documentation.

This PR contains

  • Unit tests
  • Manual tests

What changes did you make?

I just restored this PR from #2862 with some changes during a review. Kudos to @msamsel for most of the feature.

Proposed changelog entry for this PR

* [#3247](https://github.com/ckeditor/ckeditor-dev/issues/3247): Extended [`CKEditor.tools.bind`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-bind) method, to accept arguments for bound functions.

Closes #3247

@f1ames
Copy link
Contributor

f1ames commented Jul 31, 2019

Rebased onto latest major.

Copy link
Contributor

@f1ames f1ames left a comment

Choose a reason for hiding this comment

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

👍

@f1ames f1ames merged commit c629309 into major Jul 31, 2019
@CKEditorBot CKEditorBot deleted the t/3247 branch July 31, 2019 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve CKEDITOR.tools.bind helper
2 participants