"MDL-13766, add path to node"

This commit is contained in:
dongsheng
2008-09-10 07:42:41 +00:00
parent 911e0eb050
commit 2d7bbf554a
+1
View File
@@ -1680,6 +1680,7 @@ _client.buildtree = function(node, level){
tmpNode.filename = node.title;
tmpNode.value = node.source;
tmpNode.icon = node.thumbnail;
tmpNode.path = node.path;
if(node.children){
tmpNode.isLeaf = false;
if (node.path) {