From fe87c6bbae08f8edb2a12cc6876ea10615623d48 Mon Sep 17 00:00:00 2001 From: Christiaan Rakowski Date: Tue, 10 Dec 2013 20:33:09 +0100 Subject: [PATCH] changes iScroll to IScroll in lite.d.ts --- iscroll/iscroll-5-lite.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscroll/iscroll-5-lite.d.ts b/iscroll/iscroll-5-lite.d.ts index 2aef0ce39f..f22ae6f89c 100644 --- a/iscroll/iscroll-5-lite.d.ts +++ b/iscroll/iscroll-5-lite.d.ts @@ -20,7 +20,7 @@ interface IScrollOptions { useTransition?: boolean; } -declare class iScroll { +declare class IScroll { constructor (element: string, options?: IScrollOptions); constructor (element: HTMLElement, options?: IScrollOptions);