ChavezArquitectos / curvycorners

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

CurvyCorners should be compatible with Google Closure Compiler #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

Closure Compiler is a JavaScript code compacter by Google
http://code.google.com/closure/compiler/

Currently, Closure Compiler breaks CurvyCorners because, in curvyCorners.adjust 
function, it renames the "obj" variable and there is an eval after, line 379:
eval('obj.' + prop + "='" + newval + "'")

Regards

Original issue reported on code.google.com by vlak...@gmail.com on 12 Dec 2010 at 11:41