Develop and Download Open Source Software

Browse Subversion Repository

Diff of /js/common.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15 by berupon, Tue Dec 22 20:55:39 2009 UTC revision 18 by berupon, Thu Dec 31 02:22:11 2009 UTC
# Line 119  function mergeRepeativeValueRows(table, Line 119  function mergeRepeativeValueRows(table,
119                  // count                  // count
120                  var spanCounts = [];                  var spanCounts = [];
121                  var spanCount = 1;                  var spanCount = 1;
122                    if (beginRowIndex >= table.rows.length) {
123                            continue;
124                    }
125                  var prevRow = table.rows[beginRowIndex];                  var prevRow = table.rows[beginRowIndex];
126                  var prevRowCellsLength = prevRow.cells.length;                  var prevRowCellsLength = prevRow.cells.length;
127                  if (ci < prevRowCellsLength) {                  if (ci < prevRowCellsLength) {

Legend:
Removed from v.15  
changed lines
  Added in v.18

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26