Map depends on tweening.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7014 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-04-27 04:46:00 +00:00
parent 52ae402ebf
commit dd92f8c730

View File

@@ -415,8 +415,8 @@ OpenLayers.Util.modifyAlphaImageDiv = function(div, id, px, sz, imgURL,
position, border, sizing, position, border, sizing,
opacity) { opacity) {
OpenLayers.Util.modifyDOMElement(div, id, px, sz, OpenLayers.Util.modifyDOMElement(div, id, px, sz, position,
null, null, null, opacity); null, null, opacity);
var img = div.childNodes[0]; var img = div.childNodes[0];