From e547d6147267a7ffe25d56ca310522d8f5f21603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Wed, 12 Nov 2008 10:17:25 +0000 Subject: [PATCH] fix comment block. no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@8338 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Util.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index 2456795f93..db12e792a2 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -253,9 +253,9 @@ OpenLayers.Util.createDiv = function(id, px, sz, imgURL, position, * imgURL - {String} The url to use as the image source. * position - {String} The style.position value. * border - {String} The border to place around the image. + * opacity - {Float} Fractional value (0.0 - 1.0) * delayDisplay - {Boolean} If true waits until the image has been * loaded. - * opacity - {Float} Fractional value (0.0 - 1.0) * * Returns: * {DOMElement} A DOM Image created with the specified attributes. @@ -475,8 +475,10 @@ OpenLayers.Util.modifyAlphaImageDiv = function(div, id, px, sz, imgURL, * imgURL - {String} * position - {String} * border - {String} - * sizing {String} 'crop', 'scale', or 'image'. Default is "scale" - * delayDisplay{Boolean} + * sizing - {String} 'crop', 'scale', or 'image'. Default is "scale" + * opacity - {Float} Fractional value (0.0 - 1.0) + * delayDisplay - {Boolean} If true waits until the image has been + * loaded. * * Returns: * {DOMElement} A DOM Div created with a DOM Image inside it. If the hack is