diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-30 03:17:26 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-30 03:17:26 +0000 |
commit | 1b7948cd938eaa3cc986850ae447431f4351a361 (patch) | |
tree | a9b86b259a2f2067ee418440067794f6f7735011 | |
parent | 18b42f45d5ee6816500464f7607e930fb2baf334 (diff) | |
download | jquery-ui-1b7948cd938eaa3cc986850ae447431f4351a361.tar.gz jquery-ui-1b7948cd938eaa3cc986850ae447431f4351a361.zip |
sortable unit tests: fixed default value for tolerance: intersect
-rw-r--r-- | tests/unit/sortable/sortable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable.js b/tests/unit/sortable/sortable.js index 5757fe9c8..57b824073 100644 --- a/tests/unit/sortable/sortable.js +++ b/tests/unit/sortable/sortable.js @@ -18,7 +18,7 @@ var defaults = { scroll: true, scrollSensitivity: 20, scrollSpeed: 20, - tolerance: "default", + tolerance: "intersect", zIndex: 1000 }; |