From 42a773cb3ec08e31b0fa46081d27291a392c872e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 17:02:06 +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 4621e4807..0fa079c09 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -42,7 +42,7 @@ ns_list.forEach(function(ns_name) { }); ns['interfaces'].forEach( function(n) { - NameSpace.factory('Interface', ns_name, n); + var odata =NameSpace.factory('Interface', ns_name, n); classes[odata.alias] = odata; }); }); -- 2.39.2