1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-14 11:23:30 +02:00

fix: Make Player#techCall_() synchronous again (#3988)

This commit is contained in:
Brandon Casey 2017-01-27 14:35:00 -05:00 committed by GitHub
parent d7d7cfeb9f
commit 3585af0fe2

View File

@ -1523,7 +1523,7 @@ class Player extends Component {
log(e);
throw e;
}
});
}, true);
}
/**