tools/build_gtk_tree.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:14:16 +0000 (16:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:14:16 +0000 (16:14 +0800)
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];
 });