|
From: Thyamad c. <th...@us...> - 2006-01-17 22:35:17
|
Update of /cvsroot/thyapi/thyapi/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25977/api Modified Files: event.js Log Message: Commiting file additions and modification from SVN revision 2646 to 2647... Changes made by vinicius on 2006-01-18 00:37:38 +0100 (Wed, 18 Jan 2006) corresponding to SVN revision 2647 with message: disabled all css for thygrid Index: event.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/api/event.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** event.js 1 Sep 2005 19:05:03 -0000 1.1 --- event.js 17 Jan 2006 22:35:06 -0000 1.2 *************** *** 155,159 **** var ch =this.children; var aSz = this._aSz; ! this._aSz = false; // prevent children from adjusting parent's size when removed while(ch.length) { c=ch[0]; --- 155,159 ---- var ch =this.children; var aSz = this._aSz; ! this._aSz = false; // prevent children from adjusting parents size when removed while(ch.length) { c=ch[0]; |