From 3553e2a41e74f4591525b7f2a166740eac15700c Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sun, 20 Apr 2008 12:41:49 +0000 Subject: [PATCH] Fix to docs (no functional change) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6980 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Util.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index 8daaaea6f4..6b770c6e55 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -197,9 +197,8 @@ OpenLayers.Util.modifyDOMElement = function(element, id, px, sz, position, * Function: createDiv * Creates a new div and optionally set some standard attributes. * Null may be passed to each parameter if you do not wish to - * set a particular attribute.d - * - * Note: zIndex is NOT set + * set a particular attribute. + * Note - zIndex is NOT set on the resulting div. * * Parameters: * id - {String} An identifier for this element. If no id is