builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 06:14:20 +0000 (14:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 06:14:20 +0000 (14:14 +0800)
builder.html.js

index e279a85..875e9e9 100644 (file)
@@ -137,18 +137,17 @@ Builder  = {
                 }
             });
         }
-        //try {
+        try {
             console.log("ADDING CFG");    
             console.log(cfg)
             this.layoutbase.addxtype(  cfg ); 
-        //} catch (e) {
-        //    console.log("GOT ERROR?");    
-        //    console.log(e);
-        //    console.log(typeof(e));
-        //    
-        //    console.log(this.dump(e));
-        //    throw e;
-        //}
+        } catch (e) {
+            console.log("GOT ERROR?");    
+            console.log(e);
+            console.log(typeof(e));
+            
+            console.log(this.dump(e));
+        }
         
         
     },