removing trailing comma
This commit is contained in:
@@ -288,7 +288,7 @@ OpenLayers.Format.WMSCapabilities.v1 = OpenLayers.Class(
|
|||||||
parseInt(fixedHeight) : (parent.fixedHeight || 0),
|
parseInt(fixedHeight) : (parent.fixedHeight || 0),
|
||||||
minScale: parent.minScale,
|
minScale: parent.minScale,
|
||||||
maxScale: parent.maxScale,
|
maxScale: parent.maxScale,
|
||||||
attribution: parent.attribution,
|
attribution: parent.attribution
|
||||||
};
|
};
|
||||||
obj.nestedLayers.push(layer);
|
obj.nestedLayers.push(layer);
|
||||||
layer.capability = capability;
|
layer.capability = capability;
|
||||||
|
|||||||
Reference in New Issue
Block a user