From 12e4dc0dd4b1288681cbad95ad443a0aad127895 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 10:38:41 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 6a29954b0..2c142b1b5 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -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') { + + } + } -- 2.39.2