Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dash_player/DashPlayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DashPlayer(Component):
A number or string representing the pixel height of the player.

- intervalCurrentTime (number; default 100):
Interval in milliseconds at which currenTtime prop is updated.
Interval in milliseconds at which currentTime prop is updated.

- intervalDuration (number; default 500):
Interval in milliseconds at which duration prop is updated.
Expand Down
2 changes: 1 addition & 1 deletion dash_player/dash_player.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/deps/dash_player.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/dashPlayer.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Vimeo, Twitch and Wistia player will always display controls}

\item{height}{Character. A number or string representing the pixel height of the player.}

\item{intervalCurrentTime}{Numeric. Interval in milliseconds at which currenTtime prop is updated.}
\item{intervalCurrentTime}{Numeric. Interval in milliseconds at which currentTime prop is updated.}

\item{intervalDuration}{Numeric. Interval in milliseconds at which duration prop is updated.}

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dash[ci,dev,testing]==2.6.2
dash[ci,dev,testing]==2.7.0
4 changes: 2 additions & 2 deletions src/lib/components/DashPlayer.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ DashPlayer.propTypes = {
duration: PropTypes.number,

/**
* Interval in milliseconds at which currenTtime prop is updated.
* Interval in milliseconds at which currentTime prop is updated.
*/
intervalCurrentTime: PropTypes.number,

Expand All @@ -288,4 +288,4 @@ DashPlayer.propTypes = {
* Seek to the given number of seconds, or fraction if amount is between 0 and 1
*/
seekTo: PropTypes.number
};
};