diff options
Diffstat (limited to 'tests/resizable.js')
-rw-r--r-- | tests/resizable.js | 3 |
1 files changed, 3 insertions, 0 deletions
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); |