Hi !
I have trouble when compiling with string/variable optimization the
following JS code :
myClass.myFunction=function(vData){
var test=".getValue()";
alert(vData);
alert(eval("vData."+test));
}
vData seems the same in eval() function after compiling with opt whereas
vData in alert(vData) seems converted in $XXX value.
Is it a bug ? to avoid the pb I have desactived the var/string opts.
frederic
--
View this message in context:
http://www.nabble.com/problem-with-Variable-String-optimizations-tf2781275.html#a7759493
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel