Changeset 7478
- Timestamp:
- 07/08/08 10:58:43 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Renderer/Elements.js
r6673 r7478 349 349 * Create new node of the specified type, with the (optional) specified id. 350 350 * 351 * If node already exists with same ID and type, we remove it and then352 * call ourselves again to recreate it.351 * If node already exists with same ID and a different type, we remove it 352 * and then call ourselves again to recreate it. 353 353 * 354 354 * Parameters:
