tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index bd5540c..5627631 100644 (file)
@@ -313,7 +313,7 @@ function BuildLists () {
         //print ("matching?" + (GObject.type_is_a(match,  ct ) ? "YES" : "NO"));
         
         
-        return (GObject.type_is_a(match,  ct )  ? true : false;
+        return GObject.type_is_a(match,  ct )  ? true : false;
         
     }