Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event: fire ret value is not right #461

Closed
yiminghe opened this issue Aug 29, 2013 · 0 comments
Closed

event: fire ret value is not right #461

yiminghe opened this issue Aug 29, 2013 · 0 comments
Milestone

Comments

@yiminghe
Copy link
Member

KISSY Version :

1.3

Browsers :

all

What steps will reproduce the problem?

var x= S.mix({},Event.Target);
x.on('xx',function(){return 1});
x.on('xx',S.noop)
alert(x.fire('xx'));

Expected

1

actual

undefined

yiminghe added a commit to yiminghe/kissy that referenced this issue Aug 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant