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
c27f999c
authored
2016-01-29 17:37:38 -0500
by
brandonocasey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixing syntax issues related to m3u8 being in one file
1 parent
08ba349e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/m3u8/index.js
src/m3u8/index.js
View file @
c27f999
...
...
@@ -6,7 +6,6 @@
* ReadableStream-like interface.
*/
import
Parser
from
'./parser'
;
import
Stream
from
'../stream'
;
import
{
mergeOptions
}
from
'video.js'
;
/**
...
...
@@ -343,7 +342,7 @@ export class ParseStream extends Stream {
}
export
default
class
Parser
extends
Stream
{
export
class
Parser
extends
Stream
{
constructor
()
{
super
();
this
.
lineStream
=
new
LineStream
();
...
...
Please
register
or
sign in
to post a comment