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

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