From 4cd5da319eaeca0caa75566ea21bf29547fd6272 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:39:15 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index c1d0ff4f9..16b20b6e9 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -75,13 +75,12 @@ ns_list.forEach(function(ns_name) /// odata.methods.. (where method.memberOf == ns_name.n // oldata.childClasses // oldata.implementedBy //??? for interfaces?? - print(JSON.stringify(odata,null,4)); + print(JSON.stringify(odata.childClasses,null,4)); - seed.quit(); }); } -- 2.39.2