2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Unit test for replacing tooltip inside window

This commit is contained in:
Guillaume Gautreau
2013-01-26 14:06:58 +01:00
parent 6803ff70f9
commit 929598784f
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -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;