Skip to content

Instantly share code, notes, and snippets.

@smarden1
Created June 19, 2014 02:17
Show Gist options
  • Save smarden1/b08f84fd3b1c363d403d to your computer and use it in GitHub Desktop.
Save smarden1/b08f84fd3b1c363d403d to your computer and use it in GitHub Desktop.
my_object = {foo : "bar"}
_.bindAll(my_object, "missing")
my_object.missing()
TypeError: Cannot read property 'apply' of undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment