From: Alan Knowles Date: Wed, 1 Dec 2010 08:14:16 +0000 (+0800) Subject: tools/build_gtk_tree.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=6ba995e48fb99b662ed174dfb5f3cf5e73521e94 tools/build_gtk_tree.js --- 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]; });