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

Get event argument from @ready #42

Closed
Dimatymoshchenko opened this issue Apr 28, 2018 · 1 comment
Closed

Get event argument from @ready #42

Dimatymoshchenko opened this issue Apr 28, 2018 · 1 comment

Comments

@Dimatymoshchenko
Copy link

Dimatymoshchenko commented Apr 28, 2018

Maybe be good to pass an event (not event.target) to this function :
OLD --- onReady: function (event) {
this$1.setMute(this$1.mute);
this$1.$emit('ready', event.target);
}

NEW --- onReady: function (event) {
this$1.setMute(this$1.mute);
this$1.$emit('ready', event);
}

Because in something situation i am going to use event.data and can't get it.

@kaorun343
Copy link
Owner

I've just fixed this.

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

2 participants