Skip to content

Commit

Permalink
removing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Nov 14, 2011
1 parent 553eeb5 commit b5d41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenLayers/Format/WMSCapabilities/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b5d41fa

Please sign in to comment.