Changeset 15413
- Timestamp:
- 10/06/08 08:33:11 (3 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/grid/compat/_data/model.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/grid/compat/_data/model.js
r14504 r15413 166 166 }, 167 167 badIndex: function(inCaller, inDescriptor){ 168 console. debug('dojox.grid.data.Table: badIndex');168 console.error('dojox.grid.data.Table: badIndex'); 169 169 }, 170 170 isGoodIndex: function(inRowIndex, inColIndex){ … … 374 374 this.datumChange(inDatum, inRowIndex, inColIndex); 375 375 }else{ 376 console. debug('[' + this.declaredClass + '] dojox.grid.data.dynamic.set: cannot set data on annon-loaded row');376 console.error('[' + this.declaredClass + '] dojox.grid.data.dynamic.set: cannot set data on a non-loaded row'); 377 377 } 378 378 }, … … 676 676 }, 677 677 insertion: function(/* index */){ 678 console.debug("Insertion", arguments);679 678 this.notify("Insertion", arguments); 680 679 this.notify("Change", arguments); 681 680 }, 682 681 removal: function(/* keys */){ 683 console.debug("Removal", arguments);684 682 this.notify("Removal", arguments); 685 683 this.notify("Change", arguments);