LayerGroup: inherit from Interactive layer (#7763)

This commit is contained in:
johnd0e
2022-02-07 11:33:09 +03:00
committed by GitHub
parent 688f119942
commit 662388bc51

View File

@ -5,7 +5,7 @@ import * as Util from '../core/Util';
/*
* @class LayerGroup
* @aka L.LayerGroup
* @inherits Layer
* @inherits Interactive layer
*
* Used to group several layers and handle them as one. If you add it to the map,
* any layers added or removed from the group will be added/removed on the map as