diff --git a/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js b/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js index fe6ac248ad..eed4edd9c3 100644 --- a/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js +++ b/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js @@ -74,7 +74,8 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class( this.readChildNodes(node, service.keywords); }, "keyword": function(node, keywords) { - keywords.push(this.getChildValue(node)); // Append the keyword to the keywords list + // Append the keyword to the keywords list + keywords.push(this.getChildValue(node)); }, "responsibleParty": function(node, service) { service.responsibleParty = {};