Make jshint happy
This commit is contained in:
parent
d18f6249b2
commit
87db54b65c
@ -65,7 +65,7 @@ L.Control.Layers = L.Control.extend({
|
|||||||
var className = 'leaflet-control-layers',
|
var className = 'leaflet-control-layers',
|
||||||
container = this._container = L.DomUtil.create('div', className);
|
container = this._container = L.DomUtil.create('div', className);
|
||||||
|
|
||||||
container.setAttribute("aria-haspopup", true);
|
container.setAttribute('aria-haspopup', true);
|
||||||
|
|
||||||
if (!L.Browser.touch) {
|
if (!L.Browser.touch) {
|
||||||
L.DomEvent.disableClickPropagation(container);
|
L.DomEvent.disableClickPropagation(container);
|
||||||
|
Loading…
Reference in New Issue
Block a user