Ticket #671 (closed bug: fixed)
Accidental Global Variable usage in Util.js
| Reported by: | euzuro | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 2.4 Release |
| Component: | general | Version: | 2.4 RC1 |
| Keywords: | Cc: | ||
| State: |
Description
*
* @returns A DOM Image created with the specified attributes.
* @type DOMElement
*/
OpenLayers.Util.createImage = function(id, px, sz, imgURL, position, border,
opacity, delayDisplay) {
image = document.createElement("img");
//set generic properties
if (!id) {
id = OpenLayers.Util.createUniqueID("OpenLayersDiv");
}
Now how could we have let a thing like that go unnoticed for so long!?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

