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
5 changed files with 313 additions and 331 deletions
+1 -1
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);
}