Skip to content

Commit

Permalink
docs: remove duplicate @deprecated which throws error when minifyin…
Browse files Browse the repository at this point in the history
…g via google closure compiler (#5342)
  • Loading branch information
mreinstein authored and gkatsev committed Jul 26, 2018
1 parent 378c9c9 commit 041d28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ class Player extends Component {
* @fires Player#firstplay
* @listens Tech#firstplay
* @deprecated As of 6.0 firstplay event is deprecated.
* @deprecated As of 6.0 passing the `starttime` option to the player and the firstplay event are deprecated.
* As of 6.0 passing the `starttime` option to the player and the firstplay event are deprecated.
* @private
*/
handleTechFirstPlay_() {
Expand Down

0 comments on commit 041d28c

Please sign in to comment.