We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that Agility has the undocumented ability to bubble events up the object tree if the parent listens for 'child:' events.
Here's the code that makes it happen:
https://github.com/arturadib/agility/blob/master/agility.js#L316
Is this documented? I didn't come across it until reading the code just now. Perhaps I missed it?
The text was updated successfully, but these errors were encountered:
This is a super-new feature. It's documented in the master branch (see 3190ce9), but must not have made it to the live documentation site yet.
Sorry, something went wrong.
No branches or pull requests
It seems that Agility has the undocumented ability to bubble events up the object tree if the parent listens for 'child:' events.
Here's the code that makes it happen:
https://github.com/arturadib/agility/blob/master/agility.js#L316
Is this documented? I didn't come across it until reading the code just now. Perhaps I missed it?
The text was updated successfully, but these errors were encountered: