]> source.dussan.org Git - jquery-ui.git/commitdiff
Sortable test unit: change tolerance to default
authorEduardo Lundgren <eduardolundgren@gmail.com>
Thu, 15 Jan 2009 22:08:39 +0000 (22:08 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Thu, 15 Jan 2009 22:08:39 +0000 (22:08 +0000)
tests/unit/sortable/sortable.js

index d681347850d08a13b0b2fac0da8d1e79b8348ea4..5757fe9c8161b6e1731f6870cad9d5650f6464cb 100644 (file)
@@ -18,7 +18,7 @@ var defaults = {
        scroll: true,
        scrollSensitivity: 20,
        scrollSpeed: 20,
-       tolerance: "guess",
+       tolerance: "default",
        zIndex: 1000
 };