tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index f9e0a58..e0a57fc 100644 (file)
@@ -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];
 });