[OpenLayers-Commits] r7478 - trunk/openlayers/lib/OpenLayers/Renderer
commits at openlayers.org
commits at openlayers.org
Tue Jul 8 10:58:43 EDT 2008
Author: tschaub
Date: 2008-07-08 10:58:43 -0400 (Tue, 08 Jul 2008)
New Revision: 7478
Modified:
trunk/openlayers/lib/OpenLayers/Renderer/Elements.js
Log:
Correcting doc bug for elements renderer. Thanks zarn.
Modified: trunk/openlayers/lib/OpenLayers/Renderer/Elements.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Renderer/Elements.js 2008-07-08 12:47:30 UTC (rev 7477)
+++ trunk/openlayers/lib/OpenLayers/Renderer/Elements.js 2008-07-08 14:58:43 UTC (rev 7478)
@@ -348,8 +348,8 @@
* Method: nodeFactory
* Create new node of the specified type, with the (optional) specified id.
*
- * If node already exists with same ID and type, we remove it and then
- * call ourselves again to recreate it.
+ * If node already exists with same ID and a different type, we remove it
+ * and then call ourselves again to recreate it.
*
* Parameters:
* id - {String}
More information about the Commits
mailing list