Update deps.js

In module TouchZoom in deps specified old module name "MapAnimationZoom". Should be "AnimationZoom".
This commit is contained in:
Andrey Chizh 2013-04-09 13:51:44 +03:00
parent 3231f92c24
commit 6fc5da68f0

View File

@ -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.'
},