Update of /cvsroot/qooxdoo/qooxdoo/source/script/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20736/source/script/core
Modified Files:
Tag: renderer
QxConst.js
Log Message:
Minor fixes
Index: QxConst.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -C2 -d -r1.1.2.16 -r1.1.2.17
*** QxConst.js 16 Jan 2006 15:17:01 -0000 1.1.2.16
--- QxConst.js 16 Jan 2006 15:23:55 -0000 1.1.2.17
***************
*** 306,317 ****
STATE_LEFT : "left",
- STATE_NOTSELECTED : "notselected",
STATE_SELECTED : "selected",
- STATE_NOTANCHOR : "notanchor",
STATE_ANCHOR : "anchor",
- STATE_NOTLEAD : "notlead",
STATE_LEAD : "lead",
STATE_RESTORED : "restored",
--- 306,317 ----
STATE_LEFT : "left",
STATE_SELECTED : "selected",
+ STATE_NOTSELECTED : "notselected",
STATE_ANCHOR : "anchor",
+ STATE_NOTANCHOR : "notanchor",
STATE_LEAD : "lead",
+ STATE_NOTLEAD : "notlead",
STATE_RESTORED : "restored",
|