Remove references to onYouTubePlayerAPIReady and onHTML5PlayerAPIReady

This commit is contained in:
David Baumgold
2013-10-15 13:55:06 -04:00
committed by Valera Rozuvan
parent bcf4fd5f3d
commit e930b96b52

View File

@@ -11,8 +11,6 @@
afterEach(function () {
window.OldVideoPlayer = undefined;
window.onYouTubePlayerAPIReady = undefined;
window.onHTML5PlayerAPIReady = undefined;
$('source').remove();
});