mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 21:24:25 +00:00
* iScroll: zoom takes scale as first parameter iScroll's zoom() method takes scale as the first parameter. The rest parameters are optional according to the documentation: https://github.com/cubiq/iscroll#zoomscale-x-y-time * iScroll: Update tests Update tests for iScroll to reflect the changes * iScroll: iScroll instance has 'scale' public numeric property