Merge pull request #1779 from Camc314/migrate-to-ES6-67

Migration of experimentalWarnings and sessionPlayer to ES6 modules
This commit is contained in:
dkanada 2020-08-16 22:44:53 +09:00 committed by GitHub
commit 8685cc383a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 313 additions and 331 deletions

View file

@ -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);
}