Skip to content

Commit

Permalink
docs: minor fix to currentTime() comment: "setting" not "getting" (#3944
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andrewagain authored and gkatsev committed Jan 13, 2017
1 parent bb9b710 commit 6578ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,7 @@ class Player extends Component {
*
* @return {Player|number}
* - the current time in seconds when getting
* - a reference to the current player object when
* getting
* - a reference to the current player object when setting
*/
currentTime(seconds) {
if (seconds !== undefined) {
Expand Down

0 comments on commit 6578ed9

Please sign in to comment.