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
This would provide parity with how ... works. It would be a fairly handy shorthand for Event translation, as well as the potentially nifty feature of late resolution of handler functions (which essentially require off/on-again to change at the moment).
It would look like:
Eventi.on('keyup[ctrl-s]','service:save');// event translationEventi.on('validate','App.validate');// function resolution
The text was updated successfully, but these errors were encountered:
This would provide parity with how ... works. It would be a fairly handy shorthand for Event translation, as well as the potentially nifty feature of late resolution of handler functions (which essentially require off/on-again to change at the moment).
It would look like:
The text was updated successfully, but these errors were encountered: