tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index 6a29954..2c142b1 100644 (file)
@@ -270,7 +270,13 @@ function BuildLists () {
     //print(JSON.stringify(methods,null,4)); Seed.exit();
     // dump out a usage file..
     
-    function verifyUsageMethod(parent,child,method) {
+    function verifyUsageMethod(parent,child,method)
+    {
+        // currently only verifies add on container.
+        if (method !='add') {
+            
+        }
+        
         
     }