whitespace fix

This commit is contained in:
mourner 2012-03-01 14:10:27 +02:00
parent fafc3edbe9
commit 59f6672e64

View File

@ -26,8 +26,8 @@ L.Map = L.Class.extend({
inertia: !L.Browser.android,
inertiaDeceleration: L.Browser.touch ? 3000 : 2000, // px/s^2
inertiaMaxSpeed: L.Browser.touch ? 1500 : 1000, // px/s
inertiaThreshold: L.Browser.touch ? 32 : 16, // ms
inertiaMaxSpeed: L.Browser.touch ? 1500 : 1000, // px/s
inertiaThreshold: L.Browser.touch ? 32 : 16, // ms
// controls
zoomControl: true,