diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-23 15:07:19 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-23 15:07:19 -0400 |
commit | 97b4813f30a0f197e96ec51bdd1d23cbc571add0 (patch) | |
tree | 1c06f099ea7dc222e50dcf075522692cf09521db /tests/unit/tooltip/tooltip_common.js | |
parent | 11effcbd35c7a0b36af2a710b385d741f5849cbf (diff) | |
download | jquery-ui-97b4813f30a0f197e96ec51bdd1d23cbc571add0.tar.gz jquery-ui-97b4813f30a0f197e96ec51bdd1d23cbc571add0.zip |
Tooltip tests: Fixed new default value for position option.
Diffstat (limited to 'tests/unit/tooltip/tooltip_common.js')
-rw-r--r-- | tests/unit/tooltip/tooltip_common.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/tooltip/tooltip_common.js b/tests/unit/tooltip/tooltip_common.js index a4958ca9a..008511e1a 100644 --- a/tests/unit/tooltip/tooltip_common.js +++ b/tests/unit/tooltip/tooltip_common.js @@ -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, |