Commit d9a0abaa authored by Guillaume Gautreau's avatar Guillaume Gautreau

works with fixed test

parent db9ec13c
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
if (offset.left < 0){ if (offset.left < 0){
delta = -offset.left * 2; delta = -offset.left * 2;
offset.left = 0.1; offset.left = 0;
$tip.offset(offset); $tip.offset(offset);
actualWidth = $tip[0].offsetWidth; actualWidth = $tip[0].offsetWidth;
actualHeight = $tip[0].offsetHeight; actualHeight = $tip[0].offsetHeight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment