remove tailing spaces for jake build
This commit is contained in:
parent
10c1af4f41
commit
1b584afc49
@ -47,7 +47,7 @@ L.Draggable = L.Class.extend({
|
||||
|
||||
_onDown: function (e) {
|
||||
this._moved = false;
|
||||
|
||||
|
||||
if (e.shiftKey || ((e.which !== 1) && (e.button !== 1) && !e.touches)) { return; }
|
||||
|
||||
L.DomEvent
|
||||
|
@ -288,7 +288,7 @@ L.Marker = L.Class.extend({
|
||||
if (this._map) {
|
||||
this._updateOpacity();
|
||||
}
|
||||
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
|
@ -17,7 +17,7 @@ L.TileLayer.Canvas = L.TileLayer.extend({
|
||||
this._reset({hard: true});
|
||||
this._update();
|
||||
}
|
||||
|
||||
|
||||
for (var i in this._tiles) {
|
||||
this._redrawTile(this._tiles[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user