How do you pass a bound method as a parameter in javascript?
I'm trying to pass a bound method to a function, but I can't quite figure out the syntax. It seems like javascript wants to somehow differentiate between an unbound method and a bound method, but where the calling context changes…