This commit is contained in:
Jon Buckley 2012-03-08 17:20:22 -05:00
Родитель 58f831c0bd
Коммит 164ad3bc61
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -179,7 +179,7 @@ Popcorn.player( "youtube", {
if ( options.destroyed ) { if ( options.destroyed ) {
return; return;
} }
if ( media.paused !== false || options.youtubeObject.getPlayerState() !== 1 ) { if ( media.paused !== false || options.youtubeObject.getPlayerState() !== 1 ) {
@ -337,8 +337,6 @@ Popcorn.player( "youtube", {
}, },
_teardown: function( options ) { _teardown: function( options ) {
//options.youtubeObject.stopVideo();
//console.log( options.youtubeObject );
options.destroyed = true; options.destroyed = true;
options.youtubeObject.stopVideo(); options.youtubeObject.stopVideo();
options.youtubeObject.clearVideo(); options.youtubeObject.clearVideo();