Skip to content

Commit

Permalink
Sortable test unit: change tolerance to default
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Jan 15, 2009
1 parent c144717 commit c1b698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/sortable/sortable.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var defaults = {
scroll: true, scroll: true,
scrollSensitivity: 20, scrollSensitivity: 20,
scrollSpeed: 20, scrollSpeed: 20,
tolerance: "guess", tolerance: "default",
zIndex: 1000 zIndex: 1000
}; };


Expand Down

0 comments on commit c1b698b

Please sign in to comment.