Skip to content

Commit

Permalink
Fixed the JSDoc for bufferedPercent
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed May 18, 2015
1 parent 1766e2c commit e3c0285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/utils/buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createTimeRange } from './time-ranges.js';

/**
* Compute how much your video has been buffered
* @param {Number} Buffered object
* @param {Object} Buffered object
* @param {Number} Total duration
* @return {Number} Percent buffered of the total duration
* @private
Expand Down

0 comments on commit e3c0285

Please sign in to comment.