[Qooxdoo-commit] qooxdoo/source/script/core QxConst.js,1.1.2.20,1.1.2.21
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-19 16:26:59
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19396/source/script/core Modified Files: Tag: renderer QxConst.js Log Message: Improved overall event handling Index: QxConst.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxConst.js,v retrieving revision 1.1.2.20 retrieving revision 1.1.2.21 diff -C2 -d -r1.1.2.20 -r1.1.2.21 *** QxConst.js 19 Jan 2006 10:59:39 -0000 1.1.2.20 --- QxConst.js 19 Jan 2006 16:26:50 -0000 1.1.2.21 *************** *** 278,284 **** EVENT_TYPE_REMOVEDOM : "removeDom", ! EVENT_TYPE_PREPARED : "prepared", ! EVENT_TYPE_LOADING : "loading", EVENT_TYPE_COMPLETE : "complete", BUTTON_LEFT : "left", --- 278,294 ---- EVENT_TYPE_REMOVEDOM : "removeDom", ! EVENT_TYPE_PREPARING : "preparing", ! EVENT_TYPE_CONFIGURED : "configured", ! EVENT_TYPE_SCHEDULED : "scheduled", ! EVENT_TYPE_SENDING : "sending", ! EVENT_TYPE_RECEIVING : "receiving", EVENT_TYPE_COMPLETE : "complete", + + READY_STATE_PREPARING : "preparing", + READY_STATE_CONFIGURED : "configured", + READY_STATE_SCHEDULED : "scheduled", + READY_STATE_SENDING : "sending", + READY_STATE_RECEIVING : "receiving", + READY_STATE_COMPLETE : "complete", BUTTON_LEFT : "left", |