An optimized .bind implementation by ibolmo
commit46c409282cc2c2d93813f8c81117f1757758b96b
authorArian <arian@aryweb.nl>
Tue, 31 Aug 2010 19:32:09 +0000 (31 21:32 +0200)
committerChristoph Pojer <christoph.pojer@gmail.com>
Tue, 31 Aug 2010 19:36:15 +0000 (31 21:36 +0200)
tree11877694722c95e32268f9c770e4a44b068fcefc
parent2e7f92a566f440b94328fad2db9be88b6bd930bb
An optimized .bind implementation by ibolmo
concats the arguments in (function(){return arguments;}).bind({}, 2, 3, 4)(5, 6, 7); // [2, 3, 4, 5, 6, 7]
Source/Types/Function.js