mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +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