Please do not set delays under 1 second when testing rendering in a new window.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8356 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-11-14 16:20:01 +00:00
parent b415cbbccb
commit 0841822725

View File

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