Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
70936d39
authored
2016-04-21 14:00:08 -0700
by
iambumblehead
Committed by
forbesjo
2016-04-21 17:00:08 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changed export to commonjs module.exports (#638)
1 parent
5a4d09f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/videojs-contrib-hls.js
src/videojs-contrib-hls.js
View file @
70936d3
...
...
@@ -1610,7 +1610,7 @@ videojs.HlsSourceHandler = HlsSourceHandler;
videojs
.
Hls
=
Hls
;
videojs
.
m3u8
=
m3u8
;
export
default
{
module
.
exports
=
{
Hls
,
HlsHandler
,
HlsSourceHandler
...
...
Please
register
or
sign in
to post a comment