Fixed whitespace

This commit is contained in:
mourner 2011-09-20 16:27:08 +03:00
parent a7d2b16543
commit 87e5cba374

View File

@ -43,7 +43,7 @@ L.Draggable = L.Class.extend({
el.className += ' leaflet-active'; el.className += ' leaflet-active';
} }
if (this._moved) { return; } if (this._moved) { return; }
if (!L.Browser.touch) { if (!L.Browser.touch) {
L.DomUtil.disableTextSelection(); L.DomUtil.disableTextSelection();
@ -105,7 +105,7 @@ L.Draggable = L.Class.extend({
if (this._moved) { if (this._moved) {
this.fire('dragend'); this.fire('dragend');
this._moved = false; this._moved = false;
} }
}, },