Fixing jshint error
This commit is contained in:
parent
2f4275fdd8
commit
ad4df84fdc
@ -173,7 +173,7 @@ L.Marker = L.Class.extend({
|
||||
this._updateZIndex();
|
||||
},
|
||||
|
||||
_updateZIndex: function() {
|
||||
_updateZIndex: function () {
|
||||
var offset = this._broughtToFrontOffset || 0;
|
||||
this._icon.style.zIndex = this._zIndex + offset;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user