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
3b326c30
Commit
3b326c30
authored
Aug 14, 2013
by
Valera Rozuvan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing spelling typos in comments.
parent
efac70e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
+2
-2
common/lib/xmodule/xmodule/js/src/video/08_video_speed_control.js
+1
-1
No files found.
common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js
View file @
3b326c30
...
...
@@ -116,9 +116,9 @@ function () {
state
.
videoVolumeControl
.
volumeSliderEl
.
find
(
'a'
)
.
on
(
'blur'
,
function
()
{
// Hide the volume slider. This is done so that we can
// cont
r
inue to the next (or previous) element by tabbing.
// continue to the next (or previous) element by tabbing.
// Otherwise, after next tab we would come back to the volume
// slider because it is the next element
s
isible element that
// slider because it is the next element
v
isible element that
// we can tab to after the volume button.
state
.
videoVolumeControl
.
el
.
removeClass
(
'open'
);
...
...
common/lib/xmodule/xmodule/js/src/video/08_video_speed_control.js
View file @
3b326c30
...
...
@@ -148,7 +148,7 @@ function () {
// individual speed entries.
state
.
videoSpeedControl
.
videoSpeedsEl
.
find
(
'a.speed_link:last'
)
.
on
(
'blur'
,
function
()
{
// If we have reached the last speed en
rt
y, and the focus
// If we have reached the last speed en
tr
y, and the focus
// changes to the next element, we need to hide the speeds
// control drop-down.
state
.
videoSpeedControl
.
el
.
removeClass
(
'open'
);
...
...
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