diff --git a/lib/OpenLayers/Format/WMSCapabilities/v1.js b/lib/OpenLayers/Format/WMSCapabilities/v1.js index 52d4ebbb61..e1eeb60532 100644 --- a/lib/OpenLayers/Format/WMSCapabilities/v1.js +++ b/lib/OpenLayers/Format/WMSCapabilities/v1.js @@ -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;