Done - http://bugzilla.qooxdoo.org/show_bug.cgi?id=1475
-----Original Message----- From: thron7 [mailto:[EMAIL PROTECTED] Sent: 16 October 2008 08:33 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Generator breaks when collecting result from inline functions John Spackman wrote: > > 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? > That would be wonderful, John, thanks! Thomas ------------------------------------------------------------------------- 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 ------------------------------------------------------------------------- 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
