-
Notifications
You must be signed in to change notification settings - Fork 85
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
refactor: small code style tweaks, add missing JSDoc #4777
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Hi @web-padawan , this commit cannot be picked to 23.1 by this bot, can you take a look and pick it manually? |
Co-authored-by: Serhii Kulykov <[email protected]>
Co-authored-by: Serhii Kulykov <[email protected]>
Description
Some small updates to date-picker and infinite-scroller extracted from #4770:
[].forEach.call
andArray.prototype.slice.call
with array spread,root
property coming from Polymer 1 era withshadowRoot
,slot
instead ofinsertionPoint
(which was a Polymer 1 equivalent),iron-media-query
from CSS comment (we now use a different approach),vaadin-infinite-scroller
properties and methods.Type of change