changes iScroll to IScroll in lite.d.ts

This commit is contained in:
Christiaan Rakowski
2013-12-10 20:33:09 +01:00
parent 62c6f39a5a
commit fe87c6bbae
+1 -1
View File
@@ -20,7 +20,7 @@ interface IScrollOptions {
useTransition?: boolean;
}
declare class iScroll {
declare class IScroll {
constructor (element: string, options?: IScrollOptions);
constructor (element: HTMLElement, options?: IScrollOptions);