Code style
This commit is contained in:
parent
eba0831538
commit
8743c6a08d
@ -2456,17 +2456,15 @@
|
||||
}
|
||||
|
||||
// Select active caption
|
||||
function _setCaptionIndex(index){
|
||||
|
||||
//save active caption
|
||||
function _setCaptionIndex(index) {
|
||||
// Save active caption
|
||||
config.captions.selectedIndex = index;
|
||||
|
||||
// clear caption
|
||||
// Clear caption
|
||||
_setCaption();
|
||||
|
||||
// re-run setup
|
||||
// Re-run setup
|
||||
_setupCaptions();
|
||||
|
||||
}
|
||||
|
||||
// Check if media is loading
|
||||
|
Loading…
x
Reference in New Issue
Block a user