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

index 3164432..1165d04 100644 (file)
@@ -125,7 +125,7 @@ function BuildLists () {
                 
                 methods[addable_type].can_be_added_to_as[cls]=cls;
                 implementations[cls].forEach(function(imp) {
-                    methods[addable_type].can_be_added_to_as[imp]=c;
+                    methods[addable_type].can_be_added_to_as[imp]=cls;
                 });
                 
                 return;