fix youtube embed + handle early destroy

This commit is contained in:
Alexander Farkas 2019-05-24 16:55:45 +02:00
parent f100caba81
commit 97a6e72e10

View File

@ -81,7 +81,7 @@ const youtube = {
}
// Add to queue
window.onYouTubeReadyCallbacks.push(() => {
onYouTubeReadyCallbacks.push(() => {
youtube.ready.call(this);
});
}