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

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