Skip to content

Commit

Permalink
[#1117] Bug on trackstart and trackend while seeking backwards.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed May 31, 2012
1 parent 7f16423 commit 734334a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popcorn.js
Expand Up @@ -1200,7 +1200,7 @@
natives.end.call( obj, event, byStart );

obj.emit( trackend,
Popcorn.extend({}, byEnd, {
Popcorn.extend({}, byStart, {
plugin: type,
type: trackend
})
Expand Down Expand Up @@ -1237,7 +1237,7 @@
natives.start.call( obj, event, byEnd );

obj.emit( trackstart,
Popcorn.extend({}, byStart, {
Popcorn.extend({}, byEnd, {
plugin: type,
type: trackstart
})
Expand Down

0 comments on commit 734334a

Please sign in to comment.