X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;fp=tools%2Fbuild_gtk_tree.js;h=15472bdf16b6847563a7d74b1876d2872e0bea7f;hp=b26c537dcf3fdc9106a6dac2fb9b7a35776a9f90;hb=afbe5f08360eddecc6c86e455f2a6c8ea4530292;hpb=8ecdae7d208b274325fda01c06cce93f8ea5fedc diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index b26c537dc..15472bdf1 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -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();