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
e300021d
authored
2014-06-23 15:14:10 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Mock videojs.log in muxer test page
1 parent
b8087029
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
test/muxer/index.html
test/muxer/index.html
View file @
e300021
...
...
@@ -124,6 +124,8 @@
0x12
:
'metadata'
};
videojs
.
log
=
console
.
log
.
bind
(
console
);
original
.
addEventListener
(
'change'
,
function
()
{
var
reader
=
new
FileReader
();
reader
.
addEventListener
(
'loadend'
,
function
()
{
...
...
Please
register
or
sign in
to post a comment