tools/build_gtk_tree.js
[app.Builder.js] / 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);
-    }
+    });
 });