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

Agility event bubbling #85

Merged
merged 3 commits into from Jul 3, 2012
Merged

Conversation

pindia
Copy link
Contributor

@pindia pindia commented Jun 27, 2012

Allows Agility events to automatically bubble to their parent containers.

To avoid unintended issues, parent objects must explicitly declare that they wish to receive bubbled events by adding the child: prefix to their event binding.

Implemented by firing the child:<event> event on an object's parent whenever any event is fired on the object.

@arturadib
Copy link
Owner

Superb, thanks Pindi!

arturadib added a commit that referenced this pull request Jul 3, 2012
@arturadib arturadib merged commit 16a5df3 into arturadib:master Jul 3, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants