tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 10:22:01 +0000 (18:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 10:22:01 +0000 (18:22 +0800)
tools/build_gtk_tree.js

index 4b00fd8..8fa6646 100644 (file)
@@ -282,7 +282,7 @@ right:
     usage = {};
     tops = {}
     usage['*top'] = implementations['Gtk.Container'];
-    usage['*top'].forEach(function(ch)) {
+    usage['*top'].forEach(function(ch) {
         tops[ch] = [ '*top' ];
     });
     for(var cls in methods) {