Opened 13 years ago
Closed 13 years ago
#5057 closed defect (fixed)
Remove console.debug() calls from dojo.dnd.autoScrollNodes
Reported by: | guest | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The function dojo.dnd.autoScrollNodes has two calls to console.debug() (lines 53 and 77). Since this function gets called (generally) on mousemove, these get thrown out into the debug console like crazy - making it difficult to find my own debug calls in it.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|---|
Owner: | changed from anonymous to alex |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
fixed in rev [11454]