Skip to content

Commit fb34125

Browse files
committed
Minor cleanup of syntax
1 parent 888a5ed commit fb34125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter12/03-flipping-tooltip-with-arrows.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<script>
6363
$( "#amount" ).tooltip({
6464
position: {
65-
my: "center bottom",
66-
at: "center top-10",
65+
my: "bottom",
66+
at: "top-10",
6767
collision: "flip",
6868
using: function( position, feedback ) {
6969
$( this ).addClass( feedback.vertical )

0 commit comments

Comments
 (0)