We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090dbb3 commit f96e617Copy full SHA for f96e617
1 file changed
tests/sortable.js
@@ -114,6 +114,9 @@ test("defaults", function() {
114
equals(el.data("distance.sortable"), 0, "distance");
115
equals(el.data("disabled.sortable"), false, "disabled");
116
equals(el.data("delay.sortable"), 0, "delay");
117
+ equals(el.data("scroll.sortable"), true, "scroll");
118
+ equals(el.data("scrollSensitivity.sortable"), 20, "scrollSensitivity");
119
+ equals(el.data("scrollSpeed.sortable"), 20, "scrollSpeed");
120
equals(el.data("cancel.sortable"), ":input,button", "cancel");
121
equals(el.data("items.sortable"), "> *", "items");
122
equals(el.data("zIndex.sortable"), 1000, "zIndex");
0 commit comments