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 has Array.prototype.find (conflicts with HTML._.fn.find for element lists) #7

Closed
nbubna opened this issue Aug 22, 2013 · 1 comment

Comments

@nbubna
Copy link
Owner

nbubna commented Aug 22, 2013

See: http://people.mozilla.org/~jorendorff/es6-draft.html#sec-15.4.3.23

This means before we go 1.0, we'll have to s/find/query, unless someone has a better name idea. HTML.query() is a wee bit less readable and terse, but it is a much more specific/accurate term, which should prevent further conflicts.

It also means a deprecation round, so there will definitely be a 0.10.x branch.

@nbubna
Copy link
Owner Author

nbubna commented Aug 23, 2013

Fixed in v0.10.0 (commit cc2796a)

@nbubna nbubna closed this as completed Aug 23, 2013
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

1 participant