Changeset 15414
- Timestamp:
- 10/06/08 08:34:16 (3 months ago)
- Files:
-
- 1 modified
-
branches/1.2/dojox/grid/compat/_data/model.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/dojox/grid/compat/_data/model.js
r14504 r15414 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);