Merge pull request #1851 from freepius44/patch-1
Update setOpacity() in Marker.js
This commit is contained in:
commit
c4877fb86f
@ -283,6 +283,8 @@ L.Marker = L.Class.extend({
|
|||||||
if (this._map) {
|
if (this._map) {
|
||||||
this._updateOpacity();
|
this._updateOpacity();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
_updateOpacity: function () {
|
_updateOpacity: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user