-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Added example of mixin for jQuery Widget #5229
Added example of mixin for jQuery Widget #5229
Conversation
An admin must run tests on this PR before it can be merged. |
Hi @serhiyzhovnir. Thank you for the great examples! |
Hi @jeff-matthews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @serhiyzhovnir. I checked your branch locally and discovered some markdown linting errors similar to #5230. Our test system runs rake test:cicd
, which now includes markdown linting in addition to link checking.
Please fix the following issues:
guides/v2.2/javascript-dev-guide/javascript/js_mixins.md:86: MD009 Trailing spaces
guides/v2.3/javascript-dev-guide/javascript/js_mixins.md:86: MD009 Trailing spaces
A detailed description of the rules is available at http://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
Hi @jeff-matthews |
running tests |
Hi @serhiyzhovnir, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds an example of adding a mixin for jQuery widget.
Affected DevDocs pages
Links to Magento source code
whatsnew
Added new code examples to the JavaScript Mixins topic.