diff options
| author | Haishan <[email protected]> | 2020-03-05 09:53:41 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-03-05 09:53:41 +0800 |
| commit | 4f0e75f029c78ff5efc0f318dae3a0898676929d (patch) | |
| tree | f19b5ea9af32cf4ea895325a488baffdf1283078 /src/components/StateProvider.js | |
| parent | 514a42b2a23ae65fffe8d4239e57d76eaec44b3e (diff) | |
ci: use checkout v2 in actions
Diffstat (limited to 'src/components/StateProvider.js')
| -rw-r--r-- | src/components/StateProvider.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/StateProvider.js b/src/components/StateProvider.js index aff6147..30b1cda 100644 --- a/src/components/StateProvider.js +++ b/src/components/StateProvider.js @@ -92,6 +92,7 @@ function bindAction(action, dispatch) { return dispatch(action.apply(this, arguments)); }; } + function bindActions(actions, dispatch) { const boundActions = {}; for (const key in actions) { |
