Author: sevein
Date: Tue Oct 13 12:05:56 2009
New Revision: 3732
Log:
Cosmetic change.
Modified:
trunk/web/js/treeView.js
Modified: trunk/web/js/treeView.js
==============================================================================
--- trunk/web/js/treeView.js Tue Oct 13 09:49:14 2009 (r3731)
+++ trunk/web/js/treeView.js Tue Oct 13 12:05:56 2009 (r3732)
@@ -35,7 +35,7 @@
parentNode.tree.popNode(textNode);
- if (!parentNode.children.length)
+ if (!parentNode.hasChildren())
{
parentNode.isLeaf = true;
}
@@ -130,7 +130,7 @@
node.tree.popNode(textNode);
- if (!node.children.length)
+ if (!node.hasChildren())
{
node.isLeaf = true;
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---