Builder/LeftPanel.js
[app.Builder.js] / Builder / LeftPanel.js
index 052bc4f..8e12720 100755 (executable)
@@ -139,7 +139,7 @@ LeftPanel = new XObject({
                         
                         add : function( info ) {
                             // info includes key, val, skel, etype..
-                            
+                             console.dump(info);
                             type = info.type.toLowerCase();
                             var data = this.toJS();
                             if ((typeof(data[info.key]) != 'undefined') &&