aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-07-16 14:47:24 -0400
committermonikahedman <monika_hedman@brown.edu>2019-07-16 14:47:24 -0400
commitb49f13d72033ab74bfecea00889fa81c85bfd533 (patch)
tree286cbfde9864c9a46f9501cd2975fb854a0d6f13 /src/client/views/nodes/WebBox.tsx
parent189bb0ffd14fb0b8db0edbe813efe19f143a30fd (diff)
parent98c3a06256d2cbd720b2c193e5aa282c5dc25350 (diff)
Merge branch 'search_virt' of https://github.com/browngraphicslab/Dash-Web 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) {