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
Consider blur - it's overloaded to either be a mutation or register an event handler. It is weird to me that the event handler thing is getting this name rather than the action, particularly as blur. To me, code with this reads really strangely without the on.
So, I'd say all jquery event registration things should start with on. I'm not changing this, for now. Maybe once improved-base stabilizes, stuff like this can get fixed up.
The text was updated successfully, but these errors were encountered:
Consider blur - it's overloaded to either be a mutation or register an event handler. It is weird to me that the event handler thing is getting this name rather than the action, particularly as
blur
. To me, code with this reads really strangely without theon
.So, I'd say all jquery event registration things should start with
on
. I'm not changing this, for now. Maybe once improved-base stabilizes, stuff like this can get fixed up.The text was updated successfully, but these errors were encountered: