remove tailing spaces for jake build

This commit is contained in:
Stefan Sydow 2013-08-09 09:28:08 +02:00
parent 10c1af4f41
commit 1b584afc49
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -288,7 +288,7 @@ L.Marker = L.Class.extend({
if (this._map) {
this._updateOpacity();
}
return this;
},

View File

@ -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]);
}