Changeset 3823
- Timestamp:
- 07/30/07 11:26:41 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Text.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Text.js
r3814 r3823 160 160 */ 161 161 markerClick: function(evt) { 162 sameMarkerClicked = (this == this.layer.selectedFeature);162 var sameMarkerClicked = (this == this.layer.selectedFeature); 163 163 this.layer.selectedFeature = (!sameMarkerClicked) ? this : null; 164 164 for(var i=0; i < this.layer.map.popups.length; i++) {
