Commit c654ebc2 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis

parent 9c6da9d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ define([
					definition = this._getTiledLayerDefinition(atlasLayer, protocol);
					definitionsByProtocol.wmts = definition;
				} else if (protocolType === 'TMS' && !definitionsByProtocol.tms) {
					definition = this._getTiledLayerDefinition(atlasLayer, protocol, true)
					definition = this._getTiledLayerDefinition(atlasLayer, protocol, true);
					definitionsByProtocol.tms = definition;
				} else if (protocolType === 'WMS-C' && !definitionsByProtocol.wmsc) {
					definition = this._getWmscLayerDefinition(atlasLayer, protocol);