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

index 5491957..e279a85 100644 (file)
@@ -137,18 +137,18 @@ 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));
+        //    throw e;
+        //}
         
         
     },