Merge pull request #1851 from freepius44/patch-1

Update setOpacity() in Marker.js
This commit is contained in:
Vladimir Agafonkin 2013-07-10 11:45:19 -07:00
commit c4877fb86f

View File

@ -283,6 +283,8 @@ L.Marker = L.Class.extend({
if (this._map) {
this._updateOpacity();
}
return this;
},
_updateOpacity: function () {