Builder/LeftPanel.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 06:56:30 +0000 (14:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 06:56:30 +0000 (14:56 +0800)
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') &&