mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
changes iScroll to IScroll in lite.d.ts
This commit is contained in:
parent
62c6f39a5a
commit
fe87c6bbae
2
iscroll/iscroll-5-lite.d.ts
vendored
2
iscroll/iscroll-5-lite.d.ts
vendored
@ -20,7 +20,7 @@ interface IScrollOptions {
|
||||
useTransition?: boolean;
|
||||
}
|
||||
|
||||
declare class iScroll {
|
||||
declare class IScroll {
|
||||
|
||||
constructor (element: string, options?: IScrollOptions);
|
||||
constructor (element: HTMLElement, options?: IScrollOptions);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user