diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-16 12:06:38 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-16 12:06:38 -0400 |
| commit | aa32601952f9387d85d6f109aef9ad39396d3f98 (patch) | |
| tree | a3d8d0d6407b26049b5c49468f5102ca7e15144a /src/client/views/nodes/WebBox.tsx | |
| parent | 78faa73f1d4a315a3d76613bdcbb894e2428ee10 (diff) | |
| parent | e51cfce53ea32047bec1fb72cebcc095c02c84a5 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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) { |
