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

index c51d2eb..3bf05f1 100644 (file)
@@ -112,7 +112,7 @@ function BuildLists () {
         
     }
     this.methods = methods;
-    this.allmethods = methods;
+    this.allmethods = allmethods;
     this.implementations = implementations;
     //print(JSON.stringify(methods,null,4));
     //print(JSON.stringify(implementations,null,4));