Hi, Am 31.03.2008 um 23:29 schrieb kanugula:
> I need to access exc.class in Rpc.js to format a proper error message. > > Since 'class' is a reserved word, it throws me the following error. > treegenerator.SyntaxException: Expected identifier but found > reserved/FUTURE_RES > ERVED_WORD: 'class'. file:MyRemoteTableModel, line:144, column:44 > make[1]: *** [exec-script-source] Error 1 > make: *** [source] Error 2 Simply use exc["class"] instead of exc.class. Regards, Andreas ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
