The generator fails to compile the following code:

 

                var msg = function(text) {

                                return "hello:: " + text;

                }.call(this, "world");

alert(msg);

 

and gives the error:

 

>>> Resolving dependencies...

!!! Expected statement but found token/DOT: '.'. file:custom.Application,
line:24, column:2

 

It's not exactly serious because the workaround is obviously to define the
function and then call it.  Shall I log a bug report?

 

John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to