From afbe5f08360eddecc6c86e455f2a6c8ea4530292 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 21 Aug 2012 21:49:52 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); -- 2.39.2