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

Allow eqResize events to bubble #52

Closed
gufo opened this issue Aug 11, 2015 · 1 comment
Closed

Allow eqResize events to bubble #52

gufo opened this issue Aug 11, 2015 · 1 comment

Comments

@gufo
Copy link
Contributor

gufo commented Aug 11, 2015

It's great to see events added - I just ran into the case of needing them - but custom events don't bubble by default, and I think these should.

The only code change needed is to add bubbles: true to the CustomEvent() constructor. I'll gladly open a pull request for it.

@Snugug
Copy link
Owner

Snugug commented Aug 12, 2015

If you could open a PR that'd be great.

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