aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/sortable/events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/events.js b/tests/unit/sortable/events.js
index 174da203d..267534b16 100644
--- a/tests/unit/sortable/events.js
+++ b/tests/unit/sortable/events.js
@@ -198,7 +198,7 @@ test("#4752: link event firing on sortable with connect list", function () {
}
});
- $("#qunit-fixture ul").bind("click.ui-sortable-test", function () {
+ $("#qunit-fixture ul").on("click.ui-sortable-test", function () {
fired.click = true;
});