From dd92f8c730493fca421ff844ec2a1f4f355c08eb Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sun, 27 Apr 2008 04:46:00 +0000 Subject: [PATCH] Map depends on tweening. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7014 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index 6b770c6e55..5a3fcbef43 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -415,8 +415,8 @@ OpenLayers.Util.modifyAlphaImageDiv = function(div, id, px, sz, imgURL, position, border, sizing, opacity) { - OpenLayers.Util.modifyDOMElement(div, id, px, sz, - null, null, null, opacity); + OpenLayers.Util.modifyDOMElement(div, id, px, sz, position, + null, null, opacity); var img = div.childNodes[0];