0.2 is still not enough of a delay all the time

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3955 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-08-22 20:57:41 +00:00
parent dcb5dd0c3a
commit 79465985b8

View File

@@ -115,7 +115,7 @@
//shown
t.open_window( "BaseTypes/test_Element.html", function( wnd ) {
t.delay_call( 0.2, function() {
t.delay_call( 0.5, function() {
var elem = wnd.document.getElementById("elemID");
var dims = OpenLayers.Element.getDimensions(elem);