diff options
Diffstat (limited to 'tests/sortable.js')
-rw-r--r-- | tests/sortable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sortable.js b/tests/sortable.js index 2dd720e18..64b0b6833 100644 --- a/tests/sortable.js +++ b/tests/sortable.js @@ -135,7 +135,7 @@ test("defaults", function() { test("#3019: Stop fires too early", function() { var helper = null; - el = $("#sortable").sortable({ stop: function(e, ui) { + el = $("#sortable").sortable({ stop: function(event, ui) { helper = ui.helper; }}); |