Skip to content

Commit cb939e2

Browse files
committed
automatic grunt dist
1 parent b258a1f commit cb939e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/js/bootstrap.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,10 +1499,10 @@ if (typeof jQuery === 'undefined') {
14991499
this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
15001500
}
15011501

1502-
Tooltip.prototype.replaceArrow = function (delta, dimension, isHorizontal) {
1502+
Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) {
15031503
this.arrow()
1504-
.css(isHorizontal ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
1505-
.css(isHorizontal ? 'top' : 'left', '')
1504+
.css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
1505+
.css(isVertical ? 'top' : 'left', '')
15061506
}
15071507

15081508
Tooltip.prototype.setContent = function () {

0 commit comments

Comments
 (0)