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

index 21ee9c4..2995a36 100644 (file)
@@ -118,7 +118,7 @@ function BuildLists () {
                 methods[cls].using_methods[m.name] = m.params;
                 
                 if (methods[addable_type].can_be_added_to.indexOf(cls) < 0) { 
-                    methods[addable_type].can_be_added_to.push[cls);
+                    methods[addable_type].can_be_added_to.push(cls);
                 }