Move comment to shorten line

This commit is contained in:
Christopher Eykamp
2013-01-02 12:26:51 +01:00
parent 0a639404c4
commit 57e833d71f

View File

@@ -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 = {};