Skip to content

Commit

Permalink
Tooltip: Fix default for position option, follow-up to 1d9eab1.
Browse files Browse the repository at this point in the history
(cherry picked from commit 6874f19)
  • Loading branch information
jzaefferer authored and scottgonzalez committed Nov 13, 2012
1 parent fbc0e6a commit 25a1de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/tooltip/tooltip_common.js
Expand Up @@ -7,7 +7,7 @@ TestHelpers.commonWidgetTests( "tooltip", {
position: {
my: "left top+15",
at: "left bottom",
collision: "flipfit flipfit"
collision: "flipfit flip"
},
show: true,
tooltipClass: null,
Expand Down

0 comments on commit 25a1de4

Please sign in to comment.