From 460fdca0acc7d10d391a1a3fb2f32863e3a45327 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 8 Aug 2012 18:29:16 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 0f2b9cc6e..c5c528a09 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -110,7 +110,7 @@ function BuildLists () { this.methods = methods; this.allmethods = methods; this.implementations = implementations; - //print(JSON.stringify(methods,null,4)); + print(JSON.stringify(methods,null,4)); //print(JSON.stringify(implementations,null,4)); } -- 2.39.2