From b88e3d7978e9b4a44e0f10d4761534dc10fe8178 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Sat, 31 May 2008 17:48:10 +0000 Subject: --- ui/tests/resizable.html | 3 ++- ui/tests/resizable.js | 6 +----- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'ui/tests') diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html index d15eed20f..dad136621 100644 --- a/ui/tests/resizable.html +++ b/ui/tests/resizable.html @@ -24,7 +24,8 @@ }*/ #main { position:absolute !important; - top: -1000px; left: -1000px; + top: -1000px !important; + left: -1000px !important; } 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() { -- cgit v1.2.3