Builder/LeftPanel.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 08:45:29 +0000 (16:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 13 May 2010 08:45:29 +0000 (16:45 +0800)
Builder/LeftPanel.js

index e1747d7..0992a27 100755 (executable)
@@ -260,6 +260,7 @@ LeftPanel = new XObject({
                         
                             
                         },
+                        /** get's a value, and tries to use type column to work out what type */
                         getValue: function (iter, col) {
                             var gval = new GObject.Value('');
                             LeftPanel.get('model').el.get_value(iter, col ,gval);