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

index 47f668d..ca6b4de 100644 (file)
@@ -18,7 +18,7 @@ Window=new XObject({
             print("SHOW");
             var BuildLists = imports['BuildLists.js'].BuildLists;
             this.data = new BuildLists();
-            print(JSON.stringify(data.allmethods, null,4));
+            print(JSON.stringify(this.data.allmethods, null,4));
         }
     },
     default_height : 500,