Fix ND comment.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5287 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user