builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 6 May 2010 10:31:24 +0000 (18:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 6 May 2010 10:31:24 +0000 (18:31 +0800)
builder.html.js

index 3eaf929..df53191 100644 (file)
@@ -40,8 +40,8 @@ Builder  = {
             this.dialogroot.remove();
             this.dialogroot = false;
         }
-        if (this.layoutbase.el) {
-            console.dump(this.layoutbase);
+        if (this.layoutbase) {
+            console.dump(this.layoutbase.el);
             
             this.layoutbase= false;
         }