Roo/Resizable.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Sep 2010 04:38:11 +0000 (12:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Sep 2010 04:38:11 +0000 (12:38 +0800)
Roo/Resizable.js

index 4c6a1a0..4502fe6 100644 (file)
@@ -28,6 +28,7 @@ Value   Description
  'sw'    southwest
  'se'    southeast
  'ne'    northeast
+ 'hd'    horizontal drag
  'all'   all
 </pre>
  * <p>Here's an example showing the creation of a typical Resizable:</p>
@@ -430,7 +431,7 @@ Roo.extend(Roo.Resizable, Roo.util.Observable, {
                             diffX = (diffX > 0) ? diffX-sub : diffX+sub;
                         }
                     }
-                    x += diffX
+                    x += diffX;
                     x = Math.max(this.minX, x);
                     break;
                 case "west":