Changeset 7014
- Timestamp:
- 04/27/08 00:46:00 (7 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Util.js
r6980 r7014 416 416 opacity) { 417 417 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); 420 420 421 421 var img = div.childNodes[0];
