Changeset 1107
- Timestamp:
- 2008-09-23 22:36:45 (2 months ago)
- Files:
-
- trunk/chrome/content/dta/select.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/select.js
r1096 r1107 194 194 isContainerEmpty: function(idx) false, 195 195 isSeparator: function(idx) false, 196 isEditable: function(idx ) false,196 isEditable: function(idx, col) col.index == 0, 197 197 198 198 // will grab the "icon" for a cell. … … 268 268 // called when the user clicks our checkboxen 269 269 setCellValue: function(idx, col, value) { 270 271 270 // set new checked state. 272 varl = this._links[idx];271 let l = this._links[idx]; 273 272 if (value == "true") { 274 273 l.checked = "manuallySelected";
