Changes between Version 1 and Version 2 of Ticket #9020, comment 1
- Timestamp:
- Jun 8, 2012, 1:35:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9020, comment 1
v1 v2 1 1 My fix for this: 2 {{{ 2 3 function cellInRow( tableMap, rowIndex, cell ) 3 4 { … … 24 25 return cell.is ? -1 : null; 25 26 } 27 }}}