Skip to content

Commit

Permalink
Merge branch 'feature/stop-restart-on-ended'
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Apr 12, 2012
2 parents 6658c51 + cfd6b4d commit 452669e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
* Stopped player from going back to beginningg on ended event.
* Added support for percent width/height and fluid layouts * Added support for percent width/height and fluid layouts
* Improved load order of elements to reduce reflow. * Improved load order of elements to reduce reflow.
* Changed addEvent function name to 'on'. * Changed addEvent function name to 'on'.
Expand Down
2 changes: 0 additions & 2 deletions src/player.js
Expand Up @@ -338,8 +338,6 @@ _V_.Player = _V_.Component.extend({
this.play(); this.play();
} else { } else {
this.pause(); this.pause();
this.currentTime(0);
this.pause();
} }
}, },


Expand Down

0 comments on commit 452669e

Please sign in to comment.