diff options
Diffstat (limited to 'tests/draggable.js')
-rw-r--r-- | tests/draggable.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/draggable.js b/tests/draggable.js index d428a21ff..2f5a079de 100644 --- a/tests/draggable.js +++ b/tests/draggable.js @@ -1,7 +1,7 @@ /* * draggable unit tests */ - +(function($) { // // Draggable Test Helper Functions // @@ -487,3 +487,5 @@ test("#2965 cursorAt with margin", function() { equals(actual.top, expected.top, "10px margin. top"); }); + +})(jQuery); |