From 7ea535fa1df43e8259ab9987a0e8e08866cfb1f5 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 14 Nov 2008 03:00:16 +0000 Subject: fixed #3578 - ALL CODE: e, ui should be changed to event, ui --- tests/sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/sortable.js') 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; }}); -- cgit v1.2.3