Roo/Resizable.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 24 Sep 2010 06:21:55 +0000 (14:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 24 Sep 2010 06:21:55 +0000 (14:21 +0800)
Roo/Resizable.js

index 988142f..a871c9c 100644 (file)
@@ -522,7 +522,7 @@ Roo.extend(Roo.Resizable, Roo.util.Observable, {
                         h = Math.min(Math.max(mh, h), mxh);
                         w = ow * (h/oh);
                         y += th - h;
-                         x += tw - w;
+                        x += tw - w;
                        break;
 
                 }