whitespace fix
This commit is contained in:
parent
fafc3edbe9
commit
59f6672e64
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user