fix comment

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-03-29 15:27:09 +00:00
parent 7dd75fa6ea
commit d966553cdf

View File

@@ -21,7 +21,7 @@
var testAll = true;
if (document.defaultView && document.defaultView.getComputedStyle &&
!document.defaultView.getComputedStyle(document.body)) {
// we don't get dimensions for hidden frames in IE4, and our test
// we don't get dimensions for hidden frames in FF4, and our test
// runs in a hidden frame.
testAll = false;
}