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

make hoodie.id() a hoodie.id getter #11

Closed
gr2m opened this issue Nov 19, 2015 · 0 comments
Closed

make hoodie.id() a hoodie.id getter #11

gr2m opened this issue Nov 19, 2015 · 0 comments

Comments

@gr2m
Copy link
Member

gr2m commented Nov 19, 2015

Instead of

var id = hoodie.id()

we want

var id = hoodie.id

using a getter

nathanstilwell added a commit that referenced this issue Nov 21, 2015
BREAKING CHANGE: hoodie.id() was a method to return the id, but we are
converting it to a getter (see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get)

fixes #11
@gr2m gr2m closed this as completed in #16 Nov 21, 2015
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

1 participant