diff options
author | tschicke-brown <tyler_schicke@brown.edu> | 2019-07-16 14:38:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 14:38:34 -0400 |
commit | 98c3a06256d2cbd720b2c193e5aa282c5dc25350 (patch) | |
tree | 5bb7e5a0fa44183bd3824ce94971d2715631a445 /src/client/views/nodes/WebBox.tsx | |
parent | c6b933c6e89d5f438c434e8676cce9a6a577edbc (diff) | |
parent | 520fbe435330c8e426e2d504585ba1559300eadb (diff) |
Merge branch 'master' into search_virt
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index 96b972a1c..f0a9ec6d8 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -19,7 +19,7 @@ export function onYouTubeIframeAPIReady() { }); } // must cast as any to set property on window -const _global = (window /* browser */ || global /* node */) as any +const _global = (window /* browser */ || global /* node */) as any; _global.onYouTubeIframeAPIReady = onYouTubeIframeAPIReady; function onPlayerReady(event: any) { |