From 087f85a50bdf7f22ae3cbcb3835c975d459995f6 Mon Sep 17 00:00:00 2001 From: Boris Yankov Date: Wed, 9 Jan 2013 09:31:47 +0200 Subject: [PATCH] Fix iScroll options definitions --- iscroll/iscroll-4.2.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscroll/iscroll-4.2.d.ts b/iscroll/iscroll-4.2.d.ts index 938da44ac..aee179cac 100644 --- a/iscroll/iscroll-4.2.d.ts +++ b/iscroll/iscroll-4.2.d.ts @@ -39,7 +39,7 @@ interface iScrollOptions { wheelAction?: string; // Snap - snap?: bool; + snap?: any; snapThreshold?: number; // Events