builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 07:03:45 +0000 (15:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 07:03:45 +0000 (15:03 +0800)
builder.html.js

index 69695b5..af9fbfa 100644 (file)
@@ -15,7 +15,12 @@ Builder  = {
     render : function(data)
     {
         // for debugging 
-         //console.log(data);        return;
+         //console.log(data);        return; 
+         
+         // This would be alot simpler if we just use the XComponent code...
+         
+         
+         
         if (this.scriptTag) { 
             document.body.removeChild(this.scriptTag);
             this.scriptTag = false;