From 03528f2942ad52ab1bfca8810aa5ce0bfe3ba4c7 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 9 Jun 2008 05:59:18 +0000 Subject: tests - wrapped in closures so all.html will work --- tests/resizable.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/resizable.js') diff --git a/tests/resizable.js b/tests/resizable.js index 152691223..2e7da9adc 100644 --- a/tests/resizable.js +++ b/tests/resizable.js @@ -1,6 +1,7 @@ /* * resizable tests */ +(function($) { var drag = function(el, dx, dy, complete) { @@ -398,3 +399,5 @@ test("ui-resizable-se { handles: 'all', grid: [0, 20] } wrapped", function() { equals( target.height(), 120, "compare height"); }); + +})(jQuery); -- cgit v1.2.3