[Pkg-javascript-commits] [leaflet] 58/301: Added Keycode 171 to support Firefox 22
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 5eacbbf105bb2082fd720a2f103053db5358013d
Author: fastrde <strachanski at googlemail.com>
Date: Sat Aug 17 00:38:51 2013 +0200
Added Keycode 171 to support Firefox 22
---
src/map/handler/Map.Keyboard.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/map/handler/Map.Keyboard.js b/src/map/handler/Map.Keyboard.js
index ddf6759..3e63993 100644
--- a/src/map/handler/Map.Keyboard.js
+++ b/src/map/handler/Map.Keyboard.js
@@ -15,7 +15,7 @@ L.Map.Keyboard = L.Handler.extend({
right: [39],
down: [40],
up: [38],
- zoomIn: [187, 107, 61],
+ zoomIn: [187, 107, 61, 171],
zoomOut: [189, 109, 173]
},
--
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