Commit 2f96b5c0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis

parent 5affd570
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -261,24 +261,22 @@ define([

		_selectMarker: function(markerId) {

			this._publishSelectionToMapLayer('SELECTED', markerId);
			//this._publishSelectionToMapLayer('SELECTED', markerId);
		},

		_deselectMarker: function(markerId) {

			this._publishSelectionToMapLayer('DESELECTED', markerId);
			//this._publishSelectionToMapLayer('DESELECTED', markerId);
		},

		_clearMapLayerSelection: function() {

			this._publishSelectionToMapLayer('SELECTION_CLEARED');
			//this._publishSelectionToMapLayer('SELECTION_CLEARED');
		},

		_publishSelectionToMapLayer: function(action, markerId) {

			// TODO rompe el mapa, arreglar
			return;

			// TODO rompe la capa pruneCluster dejando rastros, arreglar
			var pubBody = {
				target: this._mapLayerSelectionTarget
			};