()
| 91 | } |
| 92 | |
| 93 | static getInstance() { |
| 94 | if (!PlayerSingleton.instance) { |
| 95 | PlayerSingleton.instance = new PlayerSingleton(); |
| 96 | } |
| 97 | return PlayerSingleton.instance; |
| 98 | } |
| 99 | } |
| 100 | |
| 101 | let videoIdentifier = ''; |
no outgoing calls
no test coverage detected