OpenLayers OpenLayers

Changeset 7014

Show
Ignore:
Timestamp:
04/27/08 00:46:00 (7 months ago)
Author:
crschmidt
Message:

Map depends on tweening.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Util.js

    r6980 r7014  
    416416                                               opacity) { 
    417417 
    418     OpenLayers.Util.modifyDOMElement(div, id, px, sz,  
    419                                      null, null, null, opacity); 
     418    OpenLayers.Util.modifyDOMElement(div, id, px, sz, position, 
     419                                     null, null, opacity); 
    420420 
    421421    var img = div.childNodes[0];