Tooltip tests: Fixed new default value for position option.

This commit is contained in:
Scott González 2012-10-23 15:07:19 -04:00
parent 11effcbd35
commit 97b4813f30

View File

@ -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,