[Libreoffice-commits] online.git: loleaflet/src

Andras Timar andras.timar at collabora.com
Tue Feb 16 16:31:40 UTC 2016


 loleaflet/src/map/handler/Map.Scroll.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9856a78067eb7a4fb522c82c64007948fd7a875
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Feb 16 17:31:17 2016 +0100

    loleaflet: enable scrollHandler

diff --git a/loleaflet/src/map/handler/Map.Scroll.js b/loleaflet/src/map/handler/Map.Scroll.js
index fac8cbf..b07dec8 100644
--- a/loleaflet/src/map/handler/Map.Scroll.js
+++ b/loleaflet/src/map/handler/Map.Scroll.js
@@ -3,7 +3,7 @@
  */
 
 L.Map.mergeOptions({
-	scroll: true,
+	scrollHandler: true,
 	wheelDebounceTime: 40
 });
 


More information about the Libreoffice-commits mailing list