Ticket #7800 (closed defect: fixed)
compat Grid : remaining console.debug call
| Reported by: | rdunklau | Owned by: | BryanForbes |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.1 |
| Component: | DojoX Grid | Version: | 1.2beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I found that in the compat grid, there is a call to console.debug.
The responsible code is located in dojox/grid/compat/_data/model.js, line 678 :
677 insertion: function(/* index */){
678 console.debug("Insertion", arguments);
679 this.notify("Insertion", arguments);
680 this.notify("Change", arguments);
681 },
Change History
Note: See
TracTickets for help on using
tickets.