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 to pass DOMNode ID to run #109

Closed
nonken opened this issue Oct 8, 2012 · 1 comment
Closed

Allow to pass DOMNode ID to run #109

nonken opened this issue Oct 8, 2012 · 1 comment

Comments

@nonken
Copy link
Contributor

nonken commented Oct 8, 2012

right now you have to pass a reference to a domNode to bonsai.run,
would be nice to also pass a string referencing an id:

bonsai.run(document.getElementById("movie"), {

vs

bonsai.run("movie", {
@davidaurelio
Copy link
Contributor

Fixed with #152

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