fix(player): remove exposed player
This commit is contained in:
parent
6cdabf665f
commit
25fb1323fa
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ export function createWebPlayer(session: Record<string, any>, wrapStore?: (s:IWe
|
|||
}
|
||||
|
||||
const player = new WebPlayer(store, session, false)
|
||||
window.__or_player = player;
|
||||
return [player, store]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue