On 05/05/2010 04:15 PM, AndyWhite wrote: > > Thank-you, that was exactly the hint I needed. Turns out (as best I can > tell) 'console' is just not allowed as a name space. Switched everything to > 'iconsole' and it all works now.
Ahhh ... <bangs his head>, I should have seen this right away. Yes, 'console' is a JS reserved word, and with 1.1 create-application.py would catch this if you tried to create such a name space. > > ps - those involved in the Qooxdoo 1.1 speed up - thank you!!! Very nice! Thanks! T. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
