Skip to content

Commit d773cd4

Browse files
mreinsteingkatsev
authored andcommitted
docs: remove duplicate @deprecated which throws error when minifying via google closure compiler (videojs#5342)
1 parent f273873 commit d773cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ class Player extends Component {
15991599
* @fires Player#firstplay
16001600
* @listens Tech#firstplay
16011601
* @deprecated As of 6.0 firstplay event is deprecated.
1602-
* @deprecated As of 6.0 passing the `starttime` option to the player and the firstplay event are deprecated.
1602+
* As of 6.0 passing the `starttime` option to the player and the firstplay event are deprecated.
16031603
* @private
16041604
*/
16051605
handleTechFirstPlay_() {

0 commit comments

Comments
 (0)