Merge branch 'master' of http://git.roojs.com:8081/app.Builder.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Oct 2012 23:07:00 +0000 (07:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Oct 2012 23:07:00 +0000 (07:07 +0800)
tools/build_gtk_tree.js

index b26c537..15472bd 100644 (file)
@@ -269,7 +269,8 @@ function BuildLists () {
     this.implementations = implementations;
     //print(JSON.stringify(methods,null,4)); Seed.exit();
     // dump out a usage file..
-    var failed = [];
+       this.failed = [];
+    var failed = this.failed;
     function verifyUsageMethod(parent,child,method)
     {
         // currently only verifies add on container.
@@ -432,7 +433,7 @@ right:
         lefts[left].push(par);
     }
     print (JSON.stringify(lefts,null,4));
-    Seed.exit();
+    Seed.quit();