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

rename .get() to .at() and repurpose .get() #15

Closed
lelandrichardson opened this issue Nov 15, 2015 · 2 comments
Closed

rename .get() to .at() and repurpose .get() #15

lelandrichardson opened this issue Nov 15, 2015 · 2 comments

Comments

@lelandrichardson
Copy link
Collaborator

The idea is we want .get(index) to have the same semantics as jQuery, where it returns the actual node at the index rather than the wrapped node. The current functionality that .get(index) has can be moved to an .at(index) method.

@ljharb
Copy link
Member

ljharb commented Nov 15, 2015

👍

@lelandrichardson
Copy link
Collaborator Author

PR Opened.

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