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

[ES6] rivets.bind crashes when executed on jquery Element #573

Closed
jccazeaux opened this issue Feb 7, 2016 · 3 comments
Closed

[ES6] rivets.bind crashes when executed on jquery Element #573

jccazeaux opened this issue Feb 7, 2016 · 3 comments

Comments

@jccazeaux
Copy link
Contributor

Try

rivets.bind($('#myel)');

Rivets crashes here: https://github.com/mikeric/rivets/blob/es6/src/view.js#L116
Error is : this.els.forEach is not a function

Cause is here I think : https://github.com/mikeric/rivets/blob/es6/src/view.js#L16

@blikblum
Copy link
Contributor

blikblum commented Feb 7, 2016

See #543

@jccazeaux
Copy link
Contributor Author

Thanks, didn't see it.

@jccazeaux
Copy link
Contributor Author

PR #543 has been merged

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