diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:39:14 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:39:14 -0400 |
commit | 2582bfab46613da613f1a3354bc733b68a110b95 (patch) | |
tree | 5515634203be660eccf283b14868ade5f2ddf3e5 /tests/visual/tooltip | |
parent | bc44e61dd9e6797bb23bc3038d43436a8ba052c3 (diff) | |
download | jquery-ui-2582bfab46613da613f1a3354bc733b68a110b95.tar.gz jquery-ui-2582bfab46613da613f1a3354bc733b68a110b95.zip |
Position: Removed offset option. Fixes #6982 - Position: Remove offset option.
Diffstat (limited to 'tests/visual/tooltip')
-rw-r--r-- | tests/visual/tooltip/tooltip.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/visual/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html index 598af0ee8..706ed5091 100644 --- a/tests/visual/tooltip/tooltip.html +++ b/tests/visual/tooltip/tooltip.html @@ -66,8 +66,7 @@ tooltipClass: "ui-state-highlight", position: { my: "center top", - at: "center bottom", - offset: "0 10" + at: "center bottom+10" } }); @@ -86,8 +85,7 @@ $( "#buttons" ).tooltip({ position: { my: "center bottom", - at: "center top", - offset: "0 -5" + at: "center top-5" } }); |