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

index 48bbded..c51d2eb 100644 (file)
@@ -100,15 +100,7 @@ function BuildLists () {
                 }
                 methods[cls][p.type].push(fullname);
                  
-               
                 
-                if (typeof(methods[cls][full_method_name]) == 'undefined') {
-                    methods[cls][full_method_name] = [];
-                }
-                if (methods[cls][full_method_name].indexOf(m.name) > -1) {
-                    return;
-                }
-                methods[cls][full_method_name].push(m.name);
                 
             });