diff options
author | andrewdkim <adkim414@gmail.com> | 2020-03-04 20:51:14 -0500 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2020-03-04 20:51:14 -0500 |
commit | 45643918180f32f070f8d9f770c446b70c08548d (patch) | |
tree | 192c1f858a67d15b7d433897dfe1e36ff2b51a40 /src | |
parent | 8528d34363732cada855b10a2c3af14c72c8c0d4 (diff) |
fixed typo
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/AudioBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx index 772a234a8..9c57b6d7f 100644 --- a/src/client/views/nodes/AudioBox.tsx +++ b/src/client/views/nodes/AudioBox.tsx @@ -129,7 +129,6 @@ export class AudioBox extends DocExtendableComponent<FieldViewProps, AudioDocume } recordAudioAnnotation = () => { - let gumStream: any; const self = this; navigator.mediaDevices.getUserMedia({ audio: true |