aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gautreau <[email protected]>2013-01-26 21:39:49 +0100
committerGuillaume Gautreau <[email protected]>2013-01-26 21:39:49 +0100
commitd9a0abaa06b4e94ffffc921dcb1119b3bb83f522 (patch)
treef5c0355c730a78975ffbd6fc644bf82520f878b0
parentdb9ec13ce4088fc13a7ef7b07662317ea2c435c8 (diff)
downloadbootstrap-d9a0abaa06b4e94ffffc921dcb1119b3bb83f522.tar.xz
bootstrap-d9a0abaa06b4e94ffffc921dcb1119b3bb83f522.zip
works with fixed test
-rw-r--r--js/bootstrap-tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js
index 8b0357744..c3708744e 100644
--- a/js/bootstrap-tooltip.js
+++ b/js/bootstrap-tooltip.js
@@ -190,7 +190,7 @@
if (offset.left < 0){
delta = -offset.left * 2;
- offset.left = 0.1;
+ offset.left = 0;
$tip.offset(offset);
actualWidth = $tip[0].offsetWidth;
actualHeight = $tip[0].offsetHeight;