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
2bb52612
authored
10 years ago
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #124 from gutworth/trailing-ws
removing trailing whitespace
2 parents
b86b25f4
4340ab8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/videojs-hls.js
src/xhr.js
src/videojs-hls.js
View file @
2bb5261
...
...
@@ -56,7 +56,7 @@ videojs.Hls.prototype.src = function(src) {
type
:
"video/flv"
};
this
.
mediaSource
=
mediaSource
;
this
.
segmentBuffer_
=
[];
this
.
segmentParser_
=
new
videojs
.
Hls
.
SegmentParser
();
...
...
This diff is collapsed.
Click to expand it.
src/xhr.js
View file @
2bb5261
...
...
@@ -2,7 +2,7 @@
/**
* Creates and sends an XMLHttpRequest.
* TODO - expose video.js core's XHR and use that instead
*
*
* @param options {string | object} if this argument is a string, it
* is intrepreted as a URL and a simple GET request is
* inititated. If it is an object, it should contain a `url`
...
...
@@ -83,4 +83,4 @@
return
request
;
};
})(
window
.
videojs
);
\ No newline at end of file
})(
window
.
videojs
);
...
...
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment