wanghaiqing823 / jcrop

Automatically exported from code.google.com/p/jcrop
0 stars 0 forks source link

getFixed introduces global variable w #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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