From 6ba995e48fb99b662ed174dfb5f3cf5e73521e94 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Dec 2010 16:14:16 +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 f9e0a58c0..e0a57fc81 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -24,8 +24,7 @@ var ns_list = NameSpace.namespaces(); ns_list = ns_list.sort(); // let's try and load them, so we find out early what will fail. print("loading library to make sure it works."); -ns_list.forEach(function(ns_name) -{ +ns_list.forEach(function(ns_name) { var core = imports.gi[ns_name]; }); -- 2.39.2