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,
|
||||
items: "[title]:not([disabled])",
|
||||
position: {
|
||||
my: "left+15 center",
|
||||
at: "right center",
|
||||
my: "left top+15",
|
||||
at: "left bottom",
|
||||
collision: "flipfit flipfit"
|
||||
},
|
||||
show: true,
|
||||
|
Loading…
Reference in New Issue
Block a user