Update deps.js
In module TouchZoom in deps specified old module name "MapAnimationZoom". Should be "AnimationZoom".
This commit is contained in:
parent
3231f92c24
commit
6fc5da68f0
@ -179,7 +179,7 @@ var deps = {
|
||||
'dom/DomEvent.MsTouch.js',
|
||||
'core/Handler.js',
|
||||
'map/handler/Map.TouchZoom.js'],
|
||||
deps: ['MapAnimationZoom'],
|
||||
deps: ['AnimationZoom'],
|
||||
desc: 'Enables smooth touch zooming on iOS and IE10 and double tap on iOS/IE10/Android.'
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user