quick lint before rc1, only some missing missing semi-colons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6748 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -293,7 +293,7 @@ OpenLayers.Format.WMC.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* Method: read_wmc_Format
|
||||
*/
|
||||
read_wmc_Format: function(layerInfo, node) {
|
||||
var format = this.getChildValue(node)
|
||||
var format = this.getChildValue(node);
|
||||
layerInfo.formats.push(format);
|
||||
if(node.getAttribute("current") == "1") {
|
||||
layerInfo.params.format = format;
|
||||
|
||||
Reference in New Issue
Block a user