|
From: Thyamad c. <th...@us...> - 2005-12-23 13:38:46
|
Update of /cvsroot/thyapi/thyapi/thywidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6532/thywidgets Modified Files: thygrid.js Log Message: Commiting file additions and modification from SVN revision 2505 to 2506... Changes made by vinicius on 2005-12-23 15:31:39 +0100 (Fri, 23 Dec 2005) corresponding to SVN revision 2506 with message: ThyGrid commit Index: thygrid.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/thygrid.js,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** thygrid.js 8 Sep 2005 14:59:41 -0000 1.5 --- thygrid.js 23 Dec 2005 13:38:15 -0000 1.6 *************** *** 988,992 **** { var i,nRows = this.getRowsCount(); ! data = {rows: {}, selectedRows: {}}; for (i=0; i<nRows; i++) --- 988,992 ---- { var i,nRows = this.getRowsCount(); ! data = {rows: [ ], selectedRows: {}}; for (i=0; i<nRows; i++) |