Remove trailing commas

This commit is contained in:
Christopher Eykamp
2013-01-02 17:05:54 +01:00
parent 91bf459ab2
commit 0a93154f32
2 changed files with 3 additions and 3 deletions

View File

@@ -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"