.bind() now accepts an optional thisObject as the last argument which is used to...
authorBrandon Aaron <brandon.aaron@gmail.com>
Thu, 7 May 2009 00:50:28 +0000 (00:50 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Thu, 7 May 2009 00:50:28 +0000 (00:50 +0000)
commit811891785f5bfa3f42ec9cb18e68fc3a114935e9
tree37fff56ade8940e2b7d35dc62d8101c41bb898b1
parent8f042d8be34fe2d197e45d6fa398456759a4c007
.bind() now accepts an optional thisObject as the last argument which is used to change the value of this in event callbacks. fixes #3699
src/event.js
test/unit/event.js