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
e5a76497
authored
2014-05-21 13:54:23 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove some commented out code
1 parent
a81238c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
e5a7649
...
...
@@ -499,13 +499,6 @@ videojs.Hls.prototype.dispose = function() {
videojs
.
Flash
.
prototype
.
dispose
.
call
(
this
);
};
//for (var prop in videojs.Flash) {
//videojs.Hls[prop] = videojs.Flash[prop];
//}
//for (prop in videojs.Flash.prototype) {
//videojs.Hls.prototype[prop] = videojs.Flash[prop];
//}
videojs
.
Hls
.
isSupported
=
function
()
{
return
videojs
.
Flash
.
isSupported
()
&&
videojs
.
MediaSource
;
};
...
...
@@ -625,8 +618,4 @@ resolveUrl = videojs.Hls.resolveUrl = function(basePath, path) {
return
result
;
};
//videojs.Hls.onReady = videojs.Flash.onReady;
//videojs.Hls.onEvent = videojs.Flash.onEvent;
//videojs.Hls.onError = videojs.Flash.onError;
})(
window
,
window
.
videojs
,
document
);
...
...
Please
register
or
sign in
to post a comment