builder.html.js
[app.Builder.js] / builder.html.js
index ef3eec7..68d40f4 100644 (file)
@@ -6,6 +6,7 @@ Builder  = {
     render : function(data)
     {
         console.log(data);
+        return;
         this.tree = data;
         
         if (!Builder.click) {