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
On Dec 21, 2016, at 3:30 PM, Ilya Fadeev ***@***.***> wrote:
If in a component's event we listen to a blur even like this:
Component.extend({
tag : 'my-component',
viewModel : myVM,
events : {
'.my-message blur': function (element) {
this.viewModel.doSmth();
}
}
it would be nice to be able to:
F('.my-message').blur( function() {
// ...
});
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
If in a component's event we listen to a
blur
even like this:it would be nice to be able to:
The text was updated successfully, but these errors were encountered: