From 21020e0be9aab5325d463288eac1b2c36010124c Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Wed, 4 Dec 2019 18:14:22 +0800 Subject: [PATCH] feat:sync lost commits --- src/widget/refreshable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/refreshable.ts b/src/widget/refreshable.ts index 41746ec4..0a21bcc3 100644 --- a/src/widget/refreshable.ts +++ b/src/widget/refreshable.ts @@ -66,7 +66,7 @@ export interface IPullable { } -export function pullable(context: BridgeContext, v: View, config: IPullable) { +export function pullable(v: View, config: IPullable) { Reflect.set(v, 'startAnimation', config.startAnimation) Reflect.set(v, 'stopAnimation', config.stopAnimation) Reflect.set(v, 'setPullingDistance', config.setPullingDistance)