add space before className (#5830)
This commit is contained in:
parent
93be1ae0a7
commit
bb1d94ac7f
@ -180,7 +180,7 @@ export var ImageOverlay = Layer.extend({
|
|||||||
|
|
||||||
_initImage: function () {
|
_initImage: function () {
|
||||||
var img = this._image = DomUtil.create('img',
|
var img = this._image = DomUtil.create('img',
|
||||||
'leaflet-image-layer ' + (this._zoomAnimated ? 'leaflet-zoom-animated' : '') +
|
'leaflet-image-layer ' + (this._zoomAnimated ? 'leaflet-zoom-animated ' : '') +
|
||||||
(this.options.className || ''));
|
(this.options.className || ''));
|
||||||
|
|
||||||
img.onselectstart = Util.falseFn;
|
img.onselectstart = Util.falseFn;
|
||||||
|
Loading…
Reference in New Issue
Block a user