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
b6773f6f
authored
2014-01-08 10:33:58 -0800
by
Tom Johnson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
test formatting fix
1 parent
8b8fdd99
Hide 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 @
b6773f6
...
...
@@ -46,7 +46,7 @@ module('HLS', {
document
.
querySelector
(
'#qunit-fixture'
).
appendChild
(
video
);
player
=
videojs
(
video
,
{
flash
:
{
swf
:
'../node_modules/video.js/dist/video-js/video-js.swf'
,
swf
:
'../node_modules/video.js/dist/video-js/video-js.swf'
},
techOrder
:
[
'flash'
]
});
...
...
Please
register
or
sign in
to post a comment