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

usage of _.bindAll(this) w/o function names has been deprecated #9

Open
mrpollo opened this issue Jan 7, 2014 · 1 comment
Open

Comments

@mrpollo
Copy link

mrpollo commented Jan 7, 2014

underscore deprecated _.bindAll(this) with no function names

Discussion here:
jashkenas/underscore@ce3d1ae

And some more here:
jashkenas/underscore@bf657be

# this has been deprecated
_.bindAll @
# if you are looking for the same functionality something like this should work
_.bindAll.apply _, [@].concat(_.functions(@))
@alexlenail
Copy link

+1

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