X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tools%2Fbuild_gtk_tree.js;h=15472bdf16b6847563a7d74b1876d2872e0bea7f;hb=6db5ccffe45844c40666653ae023b627c0204697;hp=b26c537dcf3fdc9106a6dac2fb9b7a35776a9f90;hpb=7d6cdee9b4f1710369e3114ce7e06199452fb2e5;p=app.Builder.js 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();