Skip to content

Commit

Permalink
docs: Change registerSourceHandler param doc from first to index (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinger authored and gkatsev committed Nov 4, 2016
1 parent fb74c71 commit b2c5b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tech/tech.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ Tech.withSourceHandlers = function(_Tech) {
* The source handler pattern is used for adaptive formats (HLS, DASH) that
* manually load video data and feed it into a Source Buffer (Media Source Extensions)
* @param {Function} handler The source handler
* @param {Boolean} first Register it before any existing handlers
* @param {Number} index The index to register the handler among existing handlers
*/
_Tech.registerSourceHandler = function(handler, index) {
let handlers = _Tech.sourceHandlers;
Expand Down

0 comments on commit b2c5b2a

Please sign in to comment.