1
0
mirror of https://github.com/videojs/video.js.git synced 2025-04-25 12:24:45 +02:00

Change the creation order of the control UI elements to make the tab order more intuitive

Signed-off-by: Greg Kraus <gdkraus@ncsu.edu>
This commit is contained in:
Greg Kraus 2013-01-19 21:48:25 -05:00
parent ef260fca72
commit 4fe808dcbc

2
src/js/controls.js vendored
View File

@ -46,12 +46,12 @@ vjs.ControlBar.prototype.options_ = {
loadEvent: 'play', loadEvent: 'play',
children: { children: {
'playToggle': {}, 'playToggle': {},
'fullscreenToggle': {},
'currentTimeDisplay': {}, 'currentTimeDisplay': {},
'timeDivider': {}, 'timeDivider': {},
'durationDisplay': {}, 'durationDisplay': {},
'remainingTimeDisplay': {}, 'remainingTimeDisplay': {},
'progressControl': {}, 'progressControl': {},
'fullscreenToggle': {},
'volumeControl': {}, 'volumeControl': {},
'muteToggle': {} 'muteToggle': {}
} }