From 929598784f3a2e4f706d5dcd5a41cea207dfd65e Mon Sep 17 00:00:00 2001 From: Guillaume Gautreau Date: Sat, 26 Jan 2013 14:06:58 +0100 Subject: Unit test for replacing tooltip inside window --- js/bootstrap-tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/bootstrap-tooltip.js') diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index 0d8a20f56..49c3c6be4 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; + offset.left = .1; $tip.offset(offset); actualWidth = $tip[0].offsetWidth; actualHeight = $tip[0].offsetHeight; -- cgit v1.2.3