move measure DOM node further out of the viewport

This commit is contained in:
Fabian Jakobs 2011-02-11 07:59:35 +01:00
commit faca5d8267
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ var Text = function(parentEl) {
var style = measureNode.style;
style.width = style.height = "auto";
style.left = style.top = "-1000px";
style.left = style.top = (-n * 40) + "px";
style.visibility = "hidden";
style.position = "absolute";

@ -1 +1 @@
Subproject commit c0cab19cbb5d44df98bae0060c782a6f30464afe
Subproject commit 67a380309e5b139a9603334ad9d9f917659f04bc