Skip to content

Commit 3169946

Browse files
committed
Lint docs of addCurrentTimeToURL in player script
Follow lint indications : #2912 (comment)
1 parent 36c7d42 commit 3169946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var player = videojs('player', options);
5151

5252
/**
5353
* Function for add time argument to url
54-
* @param {String} url
54+
* @param {String} url
5555
* @returns urlWithTimeArg
5656
*/
5757
function addCurrentTimeToURL(url) {

0 commit comments

Comments
 (0)