Hi,

 

in the current checkout there is a error on line 94

 

"default" : qx.lang.Object.select(qx.html2.client.Features.STANDARD_MODE
? "standard" : "quirks",

      {

        "standard" : function() {

          return document.documentElement.clientHeight;

        },

 

        "quirks" : function() {

          return document.body.clientHeight;

        }

      })

 

I wasn't able to run my "make source" till I deleted this file.

 

Error Message:

treegenerator.SyntaxException: Expected token/COMMA but found
string/doublequotes: 'default'. file:qx.html2.Viewport,

 line:94, column:7

 

 

Tobias

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to