Fix typos in documentation strings.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3347 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-06-17 04:04:54 +00:00
parent 2298eb9fda
commit debffb8f12
10 changed files with 47 additions and 46 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ OpenLayers.Format.KML.prototype =
* This function is the core of the KML parsing code in OpenLayers.
* It creates the geometries that are then attached to the returned
* feature, and calls parseAttributes() to get attribute data out.
* @param DOMElement xmlNode
* @param {DOMElement} xmlNode
*/
parseFeature: function(xmlNode) {
var geom;
@@ -90,7 +90,7 @@ OpenLayers.Format.KML.prototype =
* recursive function parse the attributes of a KML node.
* Searches for any child nodes which aren't geometries,
* and gets their value.
* @param DOMElement xmlNode
* @param {DOMElement} xmlNode
*/
parseAttributes: function(xmlNode) {
var nodes = xmlNode.childNodes;