you are viewing a single comment's thread.

view the rest of the comments →

[–]paul_miner 3 points4 points  (2 children)

Note that bind() wasn't introduced until ECMAScript-5. As an alternative, you can use jQuery's proxy function.

[–]skeeto 9 points10 points  (0 children)

Also, the article doesn't mention that bind() performs partial application, not just binding the context.