aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-02-25 04:15:48 +0000
committerScott González <scott.gonzalez@gmail.com>2009-02-25 04:15:48 +0000
commit47cdc542e8be3a397ae596d603b90926e158f7b1 (patch)
tree81ebbf49737299377756963603da87ab8e3a190b /tests/unit/sortable
parent94c62b2ab0a76ec2c5ec363a8270ad806b050920 (diff)
downloadjquery-ui-47cdc542e8be3a397ae596d603b90926e158f7b1.tar.gz
jquery-ui-47cdc542e8be3a397ae596d603b90926e158f7b1.zip
Sortable: Removed accurateIntersection option (Fixes #4225).
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r--tests/unit/sortable/sortable_defaults.js1
-rw-r--r--tests/unit/sortable/sortable_options.js8
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/unit/sortable/sortable_defaults.js b/tests/unit/sortable/sortable_defaults.js
index fd7c723d2..7681addad 100644
--- a/tests/unit/sortable/sortable_defaults.js
+++ b/tests/unit/sortable/sortable_defaults.js
@@ -3,7 +3,6 @@
*/
var sortable_defaults = {
- accurateIntersection: true,
appendTo: "parent",
axis: false,
cancel: ":input,option",
diff --git a/tests/unit/sortable/sortable_options.js b/tests/unit/sortable/sortable_options.js
index 80e7fa3f2..507d5dcfa 100644
--- a/tests/unit/sortable/sortable_options.js
+++ b/tests/unit/sortable/sortable_options.js
@@ -5,14 +5,6 @@
module("sortable: options");
-test("{ accurateIntersection: true }, default", function() {
- ok(false, "missing test - untested code is broken code.");
-});
-
-test("{ accurateIntersection: false }", function() {
- ok(false, "missing test - untested code is broken code.");
-});
-
test("{ appendTo: 'parent' }, default", function() {
ok(false, "missing test - untested code is broken code.");
});