tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:14:43 +0000 (12:14 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:14:43 +0000 (12:14 +0800)
tools/build_gtk_tree.js

index b2038dc..be46d00 100644 (file)
@@ -153,7 +153,8 @@ function BuildLists () {
         var odata = methods[p];
         
         methods[p].can_be_added_to.forEach(function(c) {
-            implementations[c].forEach(function(imp) {}
+            methods[p].can_be_added_to_as[c]=c;
+            implementations[c].forEach(function(imp) {
                 methods[p].can_be_added_to_as[c]=imp;
             });
         });