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

index 6000e62..2c95a49 100644 (file)
@@ -156,7 +156,15 @@ function BuildLists () {
                     
                 });
                 
-                
+                 implementations[cls].forEach(function(imp) {
+                    if (typeof(methods[imp ].can_be_added_to_as[imp]) == 'undefined') {
+                        methods[imp].can_be_added_to_as[imp] = [];
+                    }
+                    
+                    methods[imp].can_be_added_to_as[imp].pushUnique(add);
+                     
+                    
+                });