Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorGuillaume Gautreau <guillaume+github@ghusse.com>2013-01-27 00:39:49 +0400
committerGuillaume Gautreau <guillaume+github@ghusse.com>2013-01-27 00:39:49 +0400
commitd9a0abaa06b4e94ffffc921dcb1119b3bb83f522 (patch)
treef5c0355c730a78975ffbd6fc644bf82520f878b0 /js
parentdb9ec13ce4088fc13a7ef7b07662317ea2c435c8 (diff)
works with fixed test
Diffstat (limited to 'js')
-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 8b03577442..c3708744e5 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;