Skip to content

Commit ea9ef24

Browse files
author
Nicolò Maria Mezzopera
committed
chore: remove duplicate method
1 parent ad0a5cd commit ea9ef24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mixins/LayerGroup.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export default {
1212
mounted () {
1313
this.layerGroupOptions = {...this.layerOptions};
1414
},
15-
beforeDestroy () {
16-
this.parentContainer.removeLayer(this);
17-
},
1815
methods: {
1916
addLayer (layer, alreadyAdded) {
2017
if (!alreadyAdded) {

0 commit comments

Comments
 (0)