tools/build_gtk_tree.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:59:21 +0000 (16:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 1 Dec 2010 08:59:21 +0000 (16:59 +0800)
tools/build_gtk_tree.js

index 9089805..901bce8 100644 (file)
@@ -35,10 +35,10 @@ ns_list.forEach(function(ns_name) {
     var ns = NameSpace.ns(ns_name); // fetch all the elements in namespace...
     ns['objects'].forEach( function(n) {
         NameSpace.factory('Class', ns_name, n);
-    }
+    });
     ns['interfaces'].forEach( function(n) {
         NameSpace.factory('Interface', ns_name, n);
-    }
+    });
 });