diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-05-31 17:48:10 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-05-31 17:48:10 +0000 |
commit | b88e3d7978e9b4a44e0f10d4761534dc10fe8178 (patch) | |
tree | 5e6a6012e0b24274a0b051b8a6ce39f9327e957a /ui/tests/resizable.js | |
parent | c2a0d25d801c107361cf8f587c414e5c1ee9897c (diff) | |
download | jquery-ui-b88e3d7978e9b4a44e0f10d4761534dc10fe8178.tar.gz jquery-ui-b88e3d7978e9b4a44e0f10d4761534dc10fe8178.zip |
Diffstat (limited to 'ui/tests/resizable.js')
-rw-r--r-- | ui/tests/resizable.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js index d56271b4f..bb361ad9e 100644 --- a/ui/tests/resizable.js +++ b/ui/tests/resizable.js @@ -1,7 +1,3 @@ -var num = function(i) { - return parseInt(i, 10); -}; - $(document).ready(function() { var drag = function(el, dx, dy, complete) { @@ -13,7 +9,7 @@ $(document).ready(function() { dx: dx||0, dy: dy||0, speed: 'sync', complete: complete }); }; - + module("Simple Resize"); test("ui-resizable-e resize x", function() { |