quick lint before rc1, only some missing missing semi-colons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6748 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -855,7 +855,7 @@ OpenLayers.Format.KML = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
var name = (child.prefix) ?
|
||||
child.nodeName.split(":")[1] :
|
||||
child.nodeName;
|
||||
var value = OpenLayers.Util.getXmlNodeValue(grandchild)
|
||||
var value = OpenLayers.Util.getXmlNodeValue(grandchild);
|
||||
if (value) {
|
||||
value = value.replace(this.regExes.trimSpace, "");
|
||||
attributes[name] = value;
|
||||
|
||||
Reference in New Issue
Block a user