DependTree/BuildLists.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:25:15 +0000 (17:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:25:15 +0000 (17:25 +0800)
DependTree/BuildLists.js

index 49d36ed..48d9d45 100644 (file)
@@ -119,7 +119,10 @@ function BuildLists () {
     }
     this.methods = methods;
     this.allmethods = allmethods;
+    this.allchildren= allmethods;
+
     this.implementations = implementations;
+    
     //print(JSON.stringify(methods,null,4));
     //print(JSON.stringify(implementations,null,4));