[Qooxdoo-commit] qooxdoo/source/script/core QxExtend.js,1.7.2.98,1.7.2.99
Brought to you by:
ecker,
martinwittemann
|
From: Andreas E. <ec...@us...> - 2006-01-16 13:34:42
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28539/source/script/core Modified Files: Tag: renderer QxExtend.js Log Message: Added auto state queue addition support Index: QxExtend.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/QxExtend.js,v retrieving revision 1.7.2.98 retrieving revision 1.7.2.99 diff -C2 -d -r1.7.2.98 -r1.7.2.99 *** QxExtend.js 16 Jan 2006 12:55:57 -0000 1.7.2.98 --- QxExtend.js 16 Jan 2006 13:34:22 -0000 1.7.2.99 *************** *** 515,518 **** --- 515,523 ---- }; + // Auto state queue addition support + if (p.addToStateQueue) { + this._addToGlobalStateQueue(); + }; + // Create Event if (this instanceof QxTarget && this.hasEventListeners(changeKey)) |