diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-06 06:34:09 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-06 06:34:09 +0000 |
commit | 01f336e24265d595d9f10de37b709c4f8385fb36 (patch) | |
tree | 7594b4b583f8d49230e24203229135211b70c555 /ui/tests/resizable.js | |
parent | 5dde75c3e2f723ce089f7e4caa440dc054a8cb8f (diff) | |
download | jquery-ui-01f336e24265d595d9f10de37b709c4f8385fb36.tar.gz jquery-ui-01f336e24265d595d9f10de37b709c4f8385fb36.zip |
Added test for #2965
Diffstat (limited to 'ui/tests/resizable.js')
-rw-r--r-- | ui/tests/resizable.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js index c023773bc..e8b1db0e2 100644 --- a/ui/tests/resizable.js +++ b/ui/tests/resizable.js @@ -1,3 +1,7 @@ +/* + * resizable tests + */ + var drag = function(el, dx, dy, complete) { // speed = sync -> Drag syncrhonously. |