From 2582bfab46613da613f1a3354bc733b68a110b95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 25 Oct 2012 06:39:14 -0400 Subject: [PATCH] Position: Removed offset option. Fixes #6982 - Position: Remove offset option. --- build/tasks/testswarm.js | 1 - demos/position/default.html | 5 -- tests/unit/all-active.html | 1 - tests/unit/all.html | 1 - tests/unit/position/position.html | 3 -- tests/unit/position/position_deprecated.html | 56 -------------------- tests/unit/position/position_deprecated.js | 33 ------------ tests/unit/subsuite.js | 2 +- tests/visual/position/position_feedback.html | 29 +++++----- tests/visual/tooltip/tooltip.html | 6 +-- ui/jquery.ui.position.js | 36 ------------- 11 files changed, 17 insertions(+), 156 deletions(-) delete mode 100644 tests/unit/position/position_deprecated.html delete mode 100644 tests/unit/position/position_deprecated.js diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 96e33b0f4..21b644a52 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -20,7 +20,6 @@ var versions = { "Effects": "effects/effects.html", "Menu": "menu/menu.html", "Position": "position/position.html", - "Position_deprecated": "position/position_deprecated.html", "Progressbar": "progressbar/progressbar.html", //"resizable/resizable.html", //"selectable/selectable.html", diff --git a/demos/position/default.html b/demos/position/default.html index 223788b1f..48fd07e35 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -48,7 +48,6 @@ of: $( "#parent" ), my: $( "#my_horizontal" ).val() + " " + $( "#my_vertical" ).val(), at: $( "#at_horizontal" ).val() + " " + $( "#at_vertical" ).val(), - offset: $( "#offset" ).val(), collision: $( "#collision_horizontal" ).val() + " " + $( "#collision_vertical" ).val() }); } @@ -113,10 +112,6 @@ -
- offset: - -
collision: