From 9e302cc16e63e43eb51a7e3de61cb160a034d6d7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 17:11:39 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 374ac52dc..aa1689031 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -71,9 +71,9 @@ for (cls in classes) { } methods[cls][p.type].push(m.name); - } + }); - } + }); //for(method in odata.methods) { // print(method.name); //} -- 2.39.2