Skip to content

Commit

Permalink
Merge pull request #28 from benvirus/patch-1
Browse files Browse the repository at this point in the history
offer the `hls` reference.
  • Loading branch information
mrbar42 committed Oct 22, 2017
2 parents a5a1cef + e723f5c commit 5160404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/videojs.hlsjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Html5HlsJS(source, tech) {
var options = tech.options_;
var el = tech.el();
var duration = null;
var hls = new Hls(options.hlsjsConfig);
var hls = this.hls = new Hls(options.hlsjsConfig);

/**
* creates an error handler function
Expand Down

0 comments on commit 5160404

Please sign in to comment.