Revert "This should fix the IE Cursor Issue #171"

This reverts commit 53bf7dc19d.
This commit is contained in:
Peter 'Pita' Martischka 2011-11-25 16:10:21 -08:00
parent dc6d0cda68
commit 54b912f352

View file

@ -3097,11 +3097,7 @@ function OUTER(gscope)
// Such a div is what IE 6 creates naturally when you make a blank line
// in a document of divs. However, when copy-and-pasted the div will
// contain a space, so we note its emptiness with a property.
if(browser.version < 9) {
lineElem.innerHTML = "";
} else {
lineElem.innerHTML = "<hr style=\"border:none; color:#fff; height:1px; display:none\"/>";
}
lineElem.innerHTML = "";
// a primitive-valued property survives copy-and-paste
setAssoc(lineElem, "shouldBeEmpty", true);
// an object property doesn't