[Qooxdoo-commit] qooxdoo/source/script/core QxConst.js,1.1.2.24,1.1.2.25
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-24 12:46:13
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23870/source/script/core Modified Files: Tag: renderer QxConst.js Log Message: Use string buffer like system to build window configuration Index: QxConst.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v retrieving revision 1.1.2.24 retrieving revision 1.1.2.25 diff -u -d -r1.1.2.24 -r1.1.2.25 --- QxConst.js 24 Jan 2006 12:21:40 -0000 1.1.2.24 +++ QxConst.js 24 Jan 2006 12:46:05 -0000 1.1.2.25 @@ -72,6 +72,8 @@ CORE_DIV : "div", CORE_DISABLED : "disabled", CORE_EVENTPREFIX : "evt", + CORE_YES : "yes", + CORE_NO : "no", HTML_AMPERSAND : "&", HTML_SMALLER : "<", |