Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8bbe1c39
Commit
8bbe1c39
authored
11 years ago
by
Valera Rozuvan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turned off all VideoAlpha Jasmine tests.
parent
4c7250a0
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
13 deletions
+13
-13
common/lib/xmodule/xmodule/js/spec/videoalpha/general_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/html5_video_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/video_caption_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/video_control_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/video_player_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/video_progress_slider_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/video_quality_control_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/video_speed_control_spec.js
+1
-1
common/lib/xmodule/xmodule/js/spec/videoalpha/video_volume_control_spec.js
+1
-1
common/lib/xmodule/xmodule/js/src/videoalpha/08_video_speed_control.js
+4
-4
No files found.
common/lib/xmodule/xmodule/js/spec/videoalpha/general_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoAlpha'
,
function
()
{
x
describe
(
'VideoAlpha'
,
function
()
{
var
oldOTBD
;
beforeEach
(
function
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/html5_video_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoAlpha HTML5Video'
,
function
()
{
x
describe
(
'VideoAlpha HTML5Video'
,
function
()
{
var
state
,
player
,
oldOTBD
,
playbackRates
=
[
0.75
,
1.0
,
1.25
,
1.5
];
function
initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/video_caption_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoCaptionAlpha'
,
function
()
{
x
describe
(
'VideoCaptionAlpha'
,
function
()
{
var
state
,
videoPlayer
,
videoCaption
,
videoSpeedControl
,
oldOTBD
;
function
initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/video_control_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoControlAlpha'
,
function
()
{
x
describe
(
'VideoControlAlpha'
,
function
()
{
var
state
,
videoControl
,
oldOTBD
;
function
initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/video_player_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoPlayerAlpha'
,
function
()
{
x
describe
(
'VideoPlayerAlpha'
,
function
()
{
var
state
,
videoPlayer
,
player
,
videoControl
,
videoCaption
,
videoProgressSlider
,
videoSpeedControl
,
videoVolumeControl
,
oldOTBD
;
function
initialize
(
fixture
)
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/video_progress_slider_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoProgressSliderAlpha'
,
function
()
{
x
describe
(
'VideoProgressSliderAlpha'
,
function
()
{
var
state
,
videoPlayer
,
videoProgressSlider
,
oldOTBD
;
function
initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/video_quality_control_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoQualityControlAlpha'
,
function
()
{
x
describe
(
'VideoQualityControlAlpha'
,
function
()
{
var
state
,
videoControl
,
videoQualityControl
,
oldOTBD
;
function
initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/video_speed_control_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoSpeedControlAlpha'
,
function
()
{
x
describe
(
'VideoSpeedControlAlpha'
,
function
()
{
var
state
,
videoPlayer
,
videoControl
,
videoSpeedControl
;
function
initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/spec/videoalpha/video_volume_control_spec.js
View file @
8bbe1c39
(
function
()
{
describe
(
'VideoVolumeControlAlpha'
,
function
()
{
x
describe
(
'VideoVolumeControlAlpha'
,
function
()
{
var
state
,
videoControl
,
videoVolumeControl
,
oldOTBD
;
function
initialize
()
{
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/js/src/videoalpha/08_video_speed_control.js
View file @
8bbe1c39
...
...
@@ -46,9 +46,9 @@ function () {
$
.
each
(
state
.
videoSpeedControl
.
speeds
,
function
(
index
,
speed
)
{
//var link = $('<a href="#">' + speed + 'x</a>');
var
link
=
'<a
tabindex="-1"
href="#">'
+
speed
+
'x</a>'
;
var
link
=
'<a href="#">'
+
speed
+
'x</a>'
;
state
.
videoSpeedControl
.
videoSpeedsEl
.
prepend
(
$
(
'<li
tabindex="-1"
data-speed="'
+
speed
+
'">'
+
link
+
'</li>'
));
state
.
videoSpeedControl
.
videoSpeedsEl
.
prepend
(
$
(
'<li data-speed="'
+
speed
+
'">'
+
link
+
'</li>'
));
});
state
.
videoSpeedControl
.
setSpeed
(
state
.
speed
);
...
...
@@ -128,9 +128,9 @@ function () {
var
link
,
listItem
;
//link = $('<a href="#">' + speed + 'x</a>');
link
=
'<a
tabindex="-1"
href="#">'
+
speed
+
'x</a>'
;
link
=
'<a href="#">'
+
speed
+
'x</a>'
;
listItem
=
$
(
'<li
tabindex="-1"
data-speed="'
+
speed
+
'">'
+
link
+
'</li>'
);
listItem
=
$
(
'<li data-speed="'
+
speed
+
'">'
+
link
+
'</li>'
);
if
(
speed
===
params
.
currentSpeed
)
{
listItem
.
addClass
(
'active'
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment