Commit 8a4610ddb194b4329a6b66353a3050a1265b31fc
1 parent
4e4b89db
Exists in
master
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pacotes/heatmap/src/heatmap-gmaps.js
| ... | ... | @@ -184,7 +184,7 @@ HeatmapOverlay.prototype.destroy = function() { |
| 184 | 184 | e.parentNode.removeChild(e); |
| 185 | 185 | } |
| 186 | 186 | google.maps.event.removeListener(this.eventoDraw); |
| 187 | - this.delete(); | |
| 187 | + //this.delete(); | |
| 188 | 188 | |
| 189 | 189 | }; |
| 190 | 190 | HeatmapOverlay.prototype.toggle = function() { | ... | ... |