Skip to content

Commit fe87c6b

Browse files
committed
changes iScroll to IScroll in lite.d.ts
1 parent 62c6f39 commit fe87c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iscroll/iscroll-5-lite.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface IScrollOptions {
2020
useTransition?: boolean;
2121
}
2222

23-
declare class iScroll {
23+
declare class IScroll {
2424

2525
constructor (element: string, options?: IScrollOptions);
2626
constructor (element: HTMLElement, options?: IScrollOptions);

0 commit comments

Comments
 (0)