mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Tooltip tests: Fixed new default value for position option.
This commit is contained in:
parent
11effcbd35
commit
97b4813f30
@ -5,8 +5,8 @@ TestHelpers.commonWidgetTests( "tooltip", {
|
|||||||
hide: true,
|
hide: true,
|
||||||
items: "[title]:not([disabled])",
|
items: "[title]:not([disabled])",
|
||||||
position: {
|
position: {
|
||||||
my: "left+15 center",
|
my: "left top+15",
|
||||||
at: "right center",
|
at: "left bottom",
|
||||||
collision: "flipfit flipfit"
|
collision: "flipfit flipfit"
|
||||||
},
|
},
|
||||||
show: true,
|
show: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user