Make jshint happy

This commit is contained in:
danzel 2013-04-30 15:32:36 +12:00
parent d18f6249b2
commit 87db54b65c

View File

@ -65,7 +65,7 @@ L.Control.Layers = L.Control.extend({
var className = 'leaflet-control-layers',
container = this._container = L.DomUtil.create('div', className);
container.setAttribute("aria-haspopup", true);
container.setAttribute('aria-haspopup', true);
if (!L.Browser.touch) {
L.DomEvent.disableClickPropagation(container);