[Dojo-checkins] [Dojo Toolkit] #14254: tree.dndSource: Unused variable model can be removed
Dojo Trac
trac at dojotoolkit.org
Fri Nov 11 08:15:24 EST 2011
#14254: tree.dndSource: Unused variable model can be removed
--------------------------+---------------------
Reporter: Simon Speich | Type: defect
Status: new | Priority: low
Milestone: | Component: Dijit
Version: 1.7.0 | Severity: trivial
Keywords: tree, dnd |
--------------------------+---------------------
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;
...
}}}
--
Ticket URL: <http://bugs.dojotoolkit.org/ticket/14254>
Dojo Toolkit <http://dojotoolkit.org>
The Dojo Toolkit
More information about the Dojo-checkins
mailing list