Skip to content
Permalink
Browse files
sortable: changed default distance to 1
  • Loading branch information
Paul Bakaus committed Jun 24, 2008
1 parent c73ccd5 commit 17115b6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -111,7 +111,7 @@ test("defaults", function() {

equals(el.data("helper.sortable"), "clone", "helper");
equals(el.data("tolerance.sortable"), "guess", "tolerance");
equals(el.data("distance.sortable"), 0, "distance");
equals(el.data("distance.sortable"), 1, "distance");
equals(el.data("disabled.sortable"), false, "disabled");
equals(el.data("delay.sortable"), 0, "delay");
equals(el.data("scroll.sortable"), true, "scroll");

0 comments on commit 17115b6

Please sign in to comment.