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

index e3c6665..2dc7520 100644 (file)
@@ -157,7 +157,7 @@ function BuildLists () {
                     
                 });
                 
-                 implementations[addable_type].forEach(function(imp) {
+                implementations[addable_type].forEach(function(imp) {
                     if (typeof(methods[imp ].can_be_added_to_as[imp]) == 'undefined') {
                         methods[imp].can_be_added_to_as[imp] = [];
                     }