Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Remove additional finish event triggering fixes #242
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Närhinen committed Apr 11, 2013
1 parent 6010fe8 commit 9cc8fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/engine/html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ flowplayer.engine.html5 = function(player, root) {

if (api.currentTime > 0) {
arg = Math.max(api.currentTime, 0);
if (dur && arg && arg >= dur) event.type = "finish";
break;

} else if (flow == 'progress') {
Expand Down

0 comments on commit 9cc8fda

Please sign in to comment.