Unnecessary and missing semicolon.
This commit is contained in:
@@ -147,7 +147,7 @@ OpenLayers.Format.SOSCapabilities.v1_0_0 = OpenLayers.Class(
|
||||
offering.resultModels.push(this.getChildValue(node));
|
||||
},
|
||||
"responseMode": function(node, offering) {
|
||||
offering.responseModes.push(this.getChildValue(node));;
|
||||
offering.responseModes.push(this.getChildValue(node));
|
||||
}
|
||||
},
|
||||
"ows": OpenLayers.Format.OWSCommon.v1_1_0.prototype.readers["ows"]
|
||||
|
||||
Reference in New Issue
Block a user