Ticket #7800 (closed defect: fixed)

Opened 6 weeks ago

Last modified 6 weeks ago

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

Changed 6 weeks ago by peller

(In [15414]) Remove console.debugs in 1.2 branch. Refs #7800 !strict

Changed 6 weeks ago by peller

  • milestone changed from tbd to 1.2.1

Changed 6 weeks ago by peller

  • status changed from new to closed
  • resolution set to fixed

Fixed in trunk in [15413]. Trac is asleep again.

Note: See TracTickets for help on using tickets.