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
5be1a83d
authored
2014-04-15 14:53:03 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
remove unneeded comment
1 parent
680bc828
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
5be1a83
...
...
@@ -122,6 +122,7 @@ module('HLS', {
};
xhrUrls
=
[];
},
teardown
:
function
()
{
videojs
.
Flash
.
isSupported
=
oldFlashSupported
;
videojs
.
hls
.
supportsNativeHls
=
oldSupportsNativeHls
;
...
...
@@ -129,7 +130,6 @@ module('HLS', {
videojs
.
SourceBuffer
=
oldSourceBuffer
;
window
.
setTimeout
=
oldSetTimeout
;
xhr
.
restore
();
//window.XMLHttpRequest = oldXhr;
}
});
...
...
Please
register
or
sign in
to post a comment