Code style

This commit is contained in:
Sam 2016-10-01 22:18:01 +10:00
parent eba0831538
commit 8743c6a08d

View File

@ -2457,16 +2457,14 @@
// Select active caption // Select active caption
function _setCaptionIndex(index) { function _setCaptionIndex(index) {
// Save active caption
//save active caption
config.captions.selectedIndex = index; config.captions.selectedIndex = index;
// clear caption // Clear caption
_setCaption(); _setCaption();
// re-run setup // Re-run setup
_setupCaptions(); _setupCaptions();
} }
// Check if media is loading // Check if media is loading