aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-07-16 14:38:34 -0400
committerGitHub <noreply@github.com>2019-07-16 14:38:34 -0400
commit98c3a06256d2cbd720b2c193e5aa282c5dc25350 (patch)
tree5bb7e5a0fa44183bd3824ce94971d2715631a445 /src/client/views/nodes/WebBox.tsx
parentc6b933c6e89d5f438c434e8676cce9a6a577edbc (diff)
parent520fbe435330c8e426e2d504585ba1559300eadb (diff)
Merge branch 'master' into search_virt
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r--src/client/views/nodes/WebBox.tsx2
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) {