You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
I have been watching some of the code review processes, and I've noticed anytime $.click() is used, there is a request to change it to $.trigger("click"). I checked the coding conventions for mention of this, but it seems to be a convention by precedent (or necessity) rather than by rule. To that end, I looked up all instances of $.click() in Brackets core (as of 7af961c), as can be seen in the image below.
(Third-party code with instances have been collapsed.)
To conform to the aforementioned convention, shouldn't these be converted to $.trigger("click")?