diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-02-29 14:52:33 -0500 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-02-29 14:52:33 -0500 |
commit | 52dfd20ff14ec9683f6d9411d5424e90742ce7ef (patch) | |
tree | c53cafbc82b2172f5684072ff76e50db7d32d51e /src | |
parent | 25d3870c38c6d125b64ee5756e00eb76261060d0 (diff) |
test commit
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/AudioBox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx index 62a479b2a..ee2a1d60d 100644 --- a/src/client/views/nodes/AudioBox.tsx +++ b/src/client/views/nodes/AudioBox.tsx @@ -18,6 +18,8 @@ import { Id } from "../../../new_fields/FieldSymbols"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { DocumentView } from "./DocumentView"; +// testing testing + interface Window { MediaRecorder: MediaRecorder; } |