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.
|
* 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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user