mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
pulltorefreshjs - Pull request requested changes
This commit is contained in:
Vendored
+3
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for pulltorefreshjs 0.2
|
||||
// Type definitions for pulltorefreshjs 0.1
|
||||
// Project: https://github.com/BoxFactura/pulltorefresh.js
|
||||
// Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser>
|
||||
// Tamas Kinsztler <https://github.com/humpedli>
|
||||
@@ -124,7 +124,8 @@ export interface Options {
|
||||
/**
|
||||
* This value will be passed as `{ passive: true|false }` to `touchmove`
|
||||
* listeners if passive-handlers are supported.
|
||||
* (default: `false`)
|
||||
*
|
||||
* Defaults to `false`
|
||||
*/
|
||||
passive?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user