removing trailing comma

This commit is contained in:
ahocevar
2011-11-14 09:34:44 +01:00
parent 553eeb5a04
commit b5d41fae25

View File

@@ -288,7 +288,7 @@ OpenLayers.Format.WMSCapabilities.v1 = OpenLayers.Class(
parseInt(fixedHeight) : (parent.fixedHeight || 0),
minScale: parent.minScale,
maxScale: parent.maxScale,
attribution: parent.attribution,
attribution: parent.attribution
};
obj.nestedLayers.push(layer);
layer.capability = capability;