Opened 9 years ago
Closed 9 years ago
#14254 closed defect (fixed)
tree.dndSource: Unused variable model can be removed
Reported by: | Simon Speich | Owned by: | bill |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | Dijit | Version: | 1.7.0 |
Keywords: | tree, dnd | Cc: | |
Blocked By: | Blocking: |
Description
In tree.dndSource._onDragMouse() on line 188 the variable model is not used anymore and can be removed, e.g.:
_onDragMouse: function(e){ ... var model = this.tree.model, sameId = false; ...
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | → 1.8 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Thanks, I'll fix.