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
+4 -4
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. * Use to set all the style attributes to a VML node.
* *
* Parameters: * Parameters:
* node - {DOMElement} * node - {DOMElement} An VML element to decorate
* style - {Object} * style - {Object}
* options - {Object} * options - {Object} Currently supported options include
* isFilled - {Boolean} * 'isFilled' {Boolean} and
* isStroked - {Boolean} * 'isStroked' {Boolean}
* geometry - {<OpenLayers.Geometry>} * geometry - {<OpenLayers.Geometry>}
*/ */
setStyle: function(node, style, options, geometry) { setStyle: function(node, style, options, geometry) {