Remove trailing commas
This commit is contained in:
@@ -161,8 +161,8 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class(
|
||||
coverageOfferingBrief.lonLatEnvelope.min = min.points[0];
|
||||
coverageOfferingBrief.lonLatEnvelope.max = max.points[0];
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
CLASS_NAME: "OpenLayers.Format.WCSCapabilities.v1_0_0"
|
||||
|
||||
@@ -102,7 +102,7 @@ OpenLayers.Format.WCSCapabilities.v1_1_0 = OpenLayers.Class(
|
||||
},
|
||||
|
||||
}, OpenLayers.Format.WCSCapabilities.v1.prototype.readers["wcs"]),
|
||||
"ows": OpenLayers.Format.OWSCommon.v1_1_0.prototype.readers["ows"],
|
||||
"ows": OpenLayers.Format.OWSCommon.v1_1_0.prototype.readers["ows"]
|
||||
},
|
||||
|
||||
CLASS_NAME: "OpenLayers.Format.WCSCapabilities.v1_1_0"
|
||||
|
||||
Reference in New Issue
Block a user