XObject.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 13 Oct 2010 05:41:53 +0000 (13:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 13 Oct 2010 05:41:53 +0000 (13:41 +0800)
XObject.js

index 4934b95..f5c2d40 100644 (file)
@@ -373,7 +373,8 @@ XObject.prototype = {
         args.unshift(item.el);
         
         
-        
+        /*
+        THIS IS IN THE GtkTable wrapper now.
         if (this.parent && this.parent.xtype == 'GtkTable' && item.pack == 'add') {
             var c = n % this.parent.config.n_columns;
             var r = Math.floor(pos/_this.parent.config.n_columns);
@@ -385,7 +386,7 @@ XObject.prototype = {
             
             ];
         }
-        
+        */