From 737fd7682a03de1c04015c137bd89270dd19c879 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 8 Jul 2008 14:58:43 +0000 Subject: [PATCH] Correcting doc bug for elements renderer. Thanks zarn. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7478 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Renderer/Elements.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Renderer/Elements.js b/lib/OpenLayers/Renderer/Elements.js index e78c6fb943..7d399f0cc8 100644 --- a/lib/OpenLayers/Renderer/Elements.js +++ b/lib/OpenLayers/Renderer/Elements.js @@ -348,8 +348,8 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, { * 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}