[Pkg-javascript-commits] [leaflet] 17/40: fix build

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:33:07 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 a442bb3d3e87d71db998aac9290215b1a33e3438
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Mon Apr 28 16:02:27 2014 +0300

    fix build
---
 src/dom/Draggable.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dom/Draggable.js b/src/dom/Draggable.js
index b804a03..060aed4 100644
--- a/src/dom/Draggable.js
+++ b/src/dom/Draggable.js
@@ -110,7 +110,7 @@ L.Draggable = L.Class.extend({
 		this.fire('drag');
 	},
 
-	_onUp: function (e) {
+	_onUp: function () {
 		L.DomUtil.removeClass(document.body, 'leaflet-dragging');
 
 		if (this._lastTarget) {

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