Skip to content

Instantly share code, notes, and snippets.

@jniechcial
Created February 11, 2015 08:20
Show Gist options
  • Save jniechcial/03efe4eb867a6928e15e to your computer and use it in GitHub Desktop.
Save jniechcial/03efe4eb867a6928e15e to your computer and use it in GitHub Desktop.
Add in the test file that requires #bind()
Function::bind = Function::bind or (thisp) ->
fn = this
->
fn.apply thisp, arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment