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

index a7af47a..21ee9c4 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);
                 }