removing trailing comma
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user