Merge pull request #1779 from Camc314/migrate-to-ES6-67
Migration of experimentalWarnings and sessionPlayer to ES6 modules
This commit is contained in:
commit
8685cc383a
5 changed files with 313 additions and 331 deletions
|
@ -340,7 +340,7 @@ function initClient() {
|
|||
function getPlaybackManager(playbackManager) {
|
||||
window.addEventListener('beforeunload', function () {
|
||||
try {
|
||||
playbackManager.onAppClose();
|
||||
playbackManager.default.onAppClose();
|
||||
} catch (err) {
|
||||
console.error('error in onAppClose: ' + err);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue