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
4340ab8a
authored
2014-07-23 20:37:02 -0700
by
Benjamin Peterson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removing trailing whitespace
1 parent
b86b25f4
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 @
4340ab8
...
...
@@ -56,7 +56,7 @@ videojs.Hls.prototype.src = function(src) {
type
:
"video/flv"
};
this
.
mediaSource
=
mediaSource
;
this
.
segmentBuffer_
=
[];
this
.
segmentParser_
=
new
videojs
.
Hls
.
SegmentParser
();
...
...
src/xhr.js
View file @
4340ab8
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment