Move comment to shorten line
This commit is contained in:
@@ -74,7 +74,8 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class(
|
|||||||
this.readChildNodes(node, service.keywords);
|
this.readChildNodes(node, service.keywords);
|
||||||
},
|
},
|
||||||
"keyword": function(node, 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) {
|
"responsibleParty": function(node, service) {
|
||||||
service.responsibleParty = {};
|
service.responsibleParty = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user