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

Support events fired at the root object #7

Open
remy opened this issue May 28, 2015 · 1 comment
Open

Support events fired at the root object #7

remy opened this issue May 28, 2015 · 1 comment

Comments

@remy
Copy link
Owner

remy commented May 28, 2015

There's no mapping for the root object, so maybe this is a special key?

Something like:

var o = new Bind({
  cats: ['sam', 'nap', 'prince']
}, {
  ':root': callback
});

Akin to the [:root](http://www.w3.org/TR/css3-selectors/#root-pseudo) CSS selector.

Thoughts?
@adelriosantiago
Copy link

How could this be implemented? Any idea someone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants