bind(context, [args]) ~= pass([args], context)

So you can swap your binds for passes if you need to.


On Oct 26, 2010, at 2:30 PM, adampbragg wrote:

> Hey Everyone,
> 
> I ran into an issue today where the google toolbar in IE8 overwrites
> Function.prototype.bind. So, my code running on MooTools 1.2.4 in the
> same page breaks. I tried a quick fix to rename bind to bindIt within
> mootools as a test but this failed on my first test. I am going to
> continue to pursue that track because I need a quick fix.
> 
> But, if anyone else knows another way I can resolve this issue, please
> let me know. Or, if you have some guidance regarding my "renaming
> bind" solution, please send away. If not, thank you for reading my
> request and considering it.
> 
> -Adam

Reply via email to