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

index 43c6348..6ed4bae 100644 (file)
@@ -142,7 +142,8 @@ Builder  = {
             console.log(cfg)
             this.layoutbase.addxtype(  cfg ); 
         } catch (e) {
-            console.log("GOT ERROR?");    
+            console.log("GOT ERROR?");
+            Builder.lastError = e;
             console.log(e);
             console.log(typeof(e));