[Dojo-checkins] bill - r27019 - dijit/trunk/tree
dojo-checkins-admin at dojotoolkit.org
dojo-checkins-admin at dojotoolkit.org
Fri Nov 11 16:58:26 EST 2011
Author: bill
Date: Fri Nov 11 13:58:26 2011
New Revision: 27019
Modified:
dijit/trunk/tree/dndSource.js
Log:
remove unused variable, fixes #14254 !strict
Modified: dijit/trunk/tree/dndSource.js
==============================================================================
--- dijit/trunk/tree/dndSource.js (original)
+++ dijit/trunk/tree/dndSource.js Fri Nov 11 13:58:26 2011
@@ -185,8 +185,7 @@
m.canDrop(false);
}else{
// Guard against dropping onto yourself (TODO: guard against dropping onto your descendant, #7140)
- var model = this.tree.model,
- sameId = false;
+ var sameId = false;
if(m.source == this){
for(var dragId in this.selection){
var dragNode = this.selection[dragId];
More information about the Dojo-checkins
mailing list