Builder/LeftPanel.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 06:59:26 +0000 (14:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 06:59:26 +0000 (14:59 +0800)
Builder/LeftPanel.js

index a2668f2..cb76ba7 100755 (executable)
@@ -86,13 +86,13 @@ LeftPanel = new XObject({
                         {
                             XObject.prototype.init.call(this); 
                             this.el.set_column_types ( 5, [
-                                GObject.TYPE_STRING,  // real key
-                                GObject.TYPE_STRING, // real value 
-                                 GObject.TYPE_STRING,  // visable key
-                                 GObject.TYPE_STRING, // visable value
-                                 GObject.TYPE_STRING, // need to store type of!!!
-                                 GObject.TYPE_STRING, // is listener..
-                                 GObject.TYPE_STRING, // is raw..
+                                GObject.TYPE_STRING,  // real key
+                                GObject.TYPE_STRING, // real value 
+                                 GObject.TYPE_STRING,  // visable key
+                                 GObject.TYPE_STRING, // visable value
+                                 GObject.TYPE_STRING, // need to store type of!!!
+                                 GObject.TYPE_STRING, // is listener..
+                                 GObject.TYPE_STRING, // is raw..
                             ] );