Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also...
commit15da298f72bf94a95563abc12b8e6fec8c604099
authorJohn Resig <jeresig@gmail.com>
Sun, 17 Apr 2011 21:11:40 +0000 (17 14:11 -0700)
committertimmywil <tim.willison@thisismedium.com>
Sun, 17 Apr 2011 22:17:31 +0000 (17 18:17 -0400)
treebd70c0fc5ce8d81e8aca9c9ae08cf071baacd403
parent2a71493447b91731cfbcbd3cce18bbdb8949c96a
Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893.
src/core.js
src/support.js
test/unit/core.js