Skip to content

Commit

Permalink
Stopped player from going back to the beginning on end.
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Apr 12, 2012
1 parent 6658c51 commit 7d9b0e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ _V_.Player = _V_.Component.extend({
if (this.options.loop) {
this.currentTime(0);
this.play();
} else {
this.pause();
this.currentTime(0);
this.pause();
}
},

Expand Down

0 comments on commit 7d9b0e2

Please sign in to comment.