builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 07:43:41 +0000 (15:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 07:43:41 +0000 (15:43 +0800)
builder.html.js

index 3f7242c..f07d3de 100644 (file)
@@ -165,6 +165,7 @@ Builder  = {
         
         for(var p in cfg){
             // key is not string?!?!?!!?
+            console.log(p);
             if (typeof(p) != 'string') {
                 continue;
             }