Fix ND comment.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5287 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2007-11-27 11:40:53 +00:00
parent 7d0d11fba3
commit f1fe7c7c63

View File

@@ -140,11 +140,11 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
* Use to set all the style attributes to a VML node.
*
* Parameters:
* node - {DOMElement}
* node - {DOMElement} An VML element to decorate
* style - {Object}
* options - {Object}
* isFilled - {Boolean}
* isStroked - {Boolean}
* options - {Object} Currently supported options include
* 'isFilled' {Boolean} and
* 'isStroked' {Boolean}
* geometry - {<OpenLayers.Geometry>}
*/
setStyle: function(node, style, options, geometry) {