* Changing Function.prototype.bind to comply with ES5.
commit6d6b4814724fb6434ee2da8e18ce13de7d692783
authorChristoph Pojer <christoph.pojer@gmail.com>
Sun, 29 Aug 2010 20:09:46 +0000 (29 22:09 +0200)
committerChristoph Pojer <christoph.pojer@gmail.com>
Sun, 29 Aug 2010 20:17:21 +0000 (29 22:17 +0200)
tree9c2699e7c13fdf80261f894ccdc5d5a2b3e567b5
parentc8dc1ab7ab09cc82d20c0bd3b3e9d0e7aba92204
* Changing Function.prototype.bind to comply with ES5.
* Uses the native method when available
* Uses the 1.2 Function.prototype.bind in compat mode. Third party code that supports both 1.3 with and without compat should use .pass.
Source/Core/Core.js
Source/Types/Function.js