Comment on JavaScript: what is "this"?Comments−btipling16yThis kind of a bind is available in dojo via dojo.hitch and in google closure via goog.bind (make sure to require goog.base)There's a $.hitch plugin in JQuery, it doesn't come with it by default.
Comments
This kind of a bind is available in dojo via dojo.hitch and in google closure via goog.bind (make sure to require goog.base)
There's a $.hitch plugin in JQuery, it doesn't come with it by default.