add Control getContainer, close #1409
This commit is contained in:
parent
d98b4ea035
commit
c50410eadc
@ -32,6 +32,10 @@ L.Control = L.Class.extend({
|
||||
return this;
|
||||
},
|
||||
|
||||
getContainer: function () {
|
||||
return this._container;
|
||||
},
|
||||
|
||||
addTo: function (map) {
|
||||
this._map = map;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user