Inside the function getFixed the variable w is set without var. This
introduces w as a global variable, breaking for example YUI 3 io-base
calls. Adding w to the var declaration in the beginning of the function
solves the problem.
Original issue reported on code.google.com by david.to...@gmail.com on 15 Sep 2009 at 12:29
Original issue reported on code.google.com by
david.to...@gmail.com
on 15 Sep 2009 at 12:29