diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 19:27:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 19:27:23 +0200 |
| commit | dd469b4ff7f9945864aa2da0e23fd466334884aa (patch) | |
| tree | f2b61ee34633ce89dee2790ab4d10818bf1fe7b9 /app/client/live/actions.js | |
| parent | b19ebab84c13edadee0f2d6033e9b50b37842d17 (diff) | |
onchange
Diffstat (limited to 'app/client/live/actions.js')
| -rw-r--r-- | app/client/live/actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/live/actions.js b/app/client/live/actions.js index 46e0c6c..5bf06eb 100644 --- a/app/client/live/actions.js +++ b/app/client/live/actions.js @@ -38,5 +38,5 @@ export const load_epoch = (checkpoint, epoch) => { export const seek = (frame) => { socket.seek(frame) - return { type: 'LOADING_CHECKPOINT', } + return { type: 'SEEKING', } } |
