mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
Fix iScroll options definitions
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ interface iScrollOptions {
|
||||
wheelAction?: string;
|
||||
|
||||
// Snap
|
||||
snap?: bool;
|
||||
snap?: any;
|
||||
snapThreshold?: number;
|
||||
|
||||
// Events
|
||||
|
||||
Reference in New Issue
Block a user