From 47cdc542e8be3a397ae596d603b90926e158f7b1 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 25 Feb 2009 04:15:48 +0000 Subject: Sortable: Removed accurateIntersection option (Fixes #4225). --- tests/unit/sortable/sortable_defaults.js | 1 - tests/unit/sortable/sortable_options.js | 8 -------- 2 files changed, 9 deletions(-) (limited to 'tests/unit/sortable') 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."); }); -- cgit v1.2.3