[Pkg-javascript-commits] [leaflet] 47/301: Again some whitespace removing. (Travis)

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet.

commit 9630876ce36ae5eba33b10f85cf2a0790129f1a7
Author: Daniel <danielku15 at coderline.net>
Date:   Thu Aug 8 17:29:09 2013 +0200

    Again some whitespace removing. (Travis)
---
 src/control/Control.Zoom.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/control/Control.Zoom.js b/src/control/Control.Zoom.js
index 0ef9ec7..656f545 100644
--- a/src/control/Control.Zoom.js
+++ b/src/control/Control.Zoom.js
@@ -18,10 +18,10 @@ L.Control.Zoom = L.Control.extend({
 		this._map = map;
 
 		this._zoomInButton  = this._createButton(
-		        this.options.zoomInText, this.options.zoomInTooltip,  
+		        this.options.zoomInText, this.options.zoomInTooltip,
 		        zoomName + '-in',  container, this._zoomIn,  this);
 		this._zoomOutButton = this._createButton(
-		        this.options.zoomOutText, this.options.zoomOutTooltip, 
+		        this.options.zoomOutText, this.options.zoomOutTooltip,
 		        zoomName + '-out', container, this._zoomOut, this);
 
 		map.on('zoomend zoomlevelschange', this._updateDisabled, this);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list