ND comment fix (non-functional change)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5332 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2007-12-03 09:29:00 +00:00
parent 8231be5a4b
commit 7e43f8688a

View File

@@ -328,8 +328,8 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
* Determine whether a node is of a given type
*
* Parameters:
* type - {String} Kind of node to draw
* id - {String} Id for node
* node - {DOMElement} An VML element
* type - {String} Kind of node
*
* Returns:
* {Boolean} Whether or not the specified node is of the specified type