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

fetchById should take secondary [xhr] options object #18

Open
gdibble opened this issue Jan 29, 2015 · 3 comments
Open

fetchById should take secondary [xhr] options object #18

gdibble opened this issue Jan 29, 2015 · 3 comments

Comments

@gdibble
Copy link

gdibble commented Jan 29, 2015

other examples:

collection.fetch([options])
collection.getOrFetch('id', [options], callback)

current: 👎

collection.fetchById('id', callback)

preferred: 👍

collection.fetchById('id', [options], callback)
@gdibble
Copy link
Author

gdibble commented Mar 19, 2015

bump

@kamilogorek
Copy link

Sounds reasonable.

@gdibble
Copy link
Author

gdibble commented Apr 21, 2015

per #23, sounds like we can close this (((?)))

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

Successfully merging a pull request may close this issue.

3 participants