aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-05-13 22:01:25 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-05-20 14:27:56 -0400
commitd157b59a511be306f32f8d5a84b575961013ebd0 (patch)
treef05397ea2f6546d0c0e572dc189e1b4c5503b6f5 /tests/unit
parentdcd3cd516c9b4156203749e4a36e8a940b19380e (diff)
downloadjquery-ui-d157b59a511be306f32f8d5a84b575961013ebd0.tar.gz
jquery-ui-d157b59a511be306f32f8d5a84b575961013ebd0.zip
Sortable: Remove core event/alias and deprecated module dependencies
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;
});