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

index f9c6621..946c4d5 100644 (file)
@@ -27,7 +27,7 @@ Builder  = {
         // next.. we need to ensure that parent is set correctly..
         data  += "\n" + 'Builder.' + ix + ".parent = '#renderel';\n";
         
-        Roo.log(data);return;
+        //Roo.log(data);return;
          
         if (this.scriptTag) { 
             document.body.removeChild(this.scriptTag);
@@ -40,7 +40,7 @@ Builder  = {
         this.id++;
         this.scriptTag.appendChild(
                     document.createTextNode(
-                            'Builder._src_' + this.id + ' =  ' + JSON.stringify(data, null,4)
+                            data 
         ));