> From: frederic
> 
> Hello,
> I have developed a script page.js works fine in "source" 
> version, but when executing in "build" version Firebug warn 
> on  Illegal Character to line 14487. Hereafter makefile, 
> source and build sample.
> Any idea ?
> 
> 10486 /* ID: sample.page */
> 10487 ;
> 10488 qx.Class.define($[115],

This looks like an utf-8 byte order mark.
Probably an encoding issue.
Perhaps you edited it using notepad.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to