Skip to content

Commit

Permalink
docs: Add JSDoc

Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 20, 2018
1 parent 42c7094 commit 240ee96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/helper/fragment-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function loadFragment(hls, fragment){

/**
* Load fragment to `buffered: true`
* @param hls
* @param fragment
* @param {Hls} hls
* @param {Fragment} fragment
*/
function loadFragmentAndBuffered(hls, fragment) {
loadFragment(hls, fragment);
Expand Down

0 comments on commit 240ee96

Please sign in to comment.