Author: sevein
Date: Thu Oct 1 20:04:15 2009
New Revision: 3634
Log:
Fix typo!
Modified:
trunk/web/js/treeView.js
Modified: trunk/web/js/treeView.js
==============================================================================
--- trunk/web/js/treeView.js Thu Oct 1 17:06:24 2009 (r3633)
+++ trunk/web/js/treeView.js Thu Oct 1 20:04:15 2009 (r3634)
@@ -64,7 +64,7 @@
var tmp = new YAHOO.widget.TextNode(data[i], node, false);
tmp.isLeaf = data[i].isLeaf;
- if (Qubit.treeView.draggable && !textNode.parent.isRoot())
+ if (Qubit.treeView.draggable && !tmp.parent.isRoot())
{
var dd = new YAHOO.util.DD(tmp.labelElId);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---