зеркало из https://github.com/mozilla/popcorn-js.git
[#1005] Removed a third arugement from a poorly constructed listener
This commit is contained in:
Родитель
b089f2940e
Коммит
c65856b523
|
@ -502,8 +502,8 @@ test( "Popcorn.destroy", function() {
|
|||
plus();
|
||||
|
||||
// add some event listeners for testing
|
||||
popcorn.on( "timeupdate", function( event ) { timeUpdateCounter++; }, false );
|
||||
popcorn.on( "play", function( event ) { playCounter++; }, false );
|
||||
popcorn.on( "timeupdate", function( event ) { timeUpdateCounter++; } );
|
||||
popcorn.on( "play", function( event ) { playCounter++; } );
|
||||
|
||||
popcorn.play( 0 );
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче