-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Description
Some methods like setAttribute
are automatically casting their parameters to the designed types:
e.setAttribute("tabindex","0")
can be simplified to
e.setAttribute("tabindex",0)
As the documentation says:
Any non-string value specified is converted automatically into a string.
Metadata
Metadata
Assignees
Labels
No labels