fix comment block. no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8338 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-11-12 10:17:25 +00:00
parent ea3443c6bc
commit e547d61472

View File

@@ -253,9 +253,9 @@ OpenLayers.Util.createDiv = function(id, px, sz, imgURL, position,
* imgURL - {String} The url to use as the image source. * imgURL - {String} The url to use as the image source.
* position - {String} The style.position value. * position - {String} The style.position value.
* border - {String} The border to place around the image. * 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 * delayDisplay - {Boolean} If true waits until the image has been
* loaded. * loaded.
* opacity - {Float} Fractional value (0.0 - 1.0)
* *
* Returns: * Returns:
* {DOMElement} A DOM Image created with the specified attributes. * {DOMElement} A DOM Image created with the specified attributes.
@@ -475,8 +475,10 @@ OpenLayers.Util.modifyAlphaImageDiv = function(div, id, px, sz, imgURL,
* imgURL - {String} * imgURL - {String}
* position - {String} * position - {String}
* border - {String} * border - {String}
* sizing {String} 'crop', 'scale', or 'image'. Default is "scale" * sizing - {String} 'crop', 'scale', or 'image'. Default is "scale"
* delayDisplay{Boolean} * opacity - {Float} Fractional value (0.0 - 1.0)
* delayDisplay - {Boolean} If true waits until the image has been
* loaded.
* *
* Returns: * Returns:
* {DOMElement} A DOM Div created with a DOM Image inside it. If the hack is * {DOMElement} A DOM Div created with a DOM Image inside it. If the hack is