зеркало из https://github.com/mozilla/popcorn-js.git
Prettyify scott's fixes [#959]
This commit is contained in:
Родитель
58f831c0bd
Коммит
164ad3bc61
|
@ -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();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче