Skip to content

Commit

Permalink
Clarify arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill committed Oct 11, 2016
1 parent 125e959 commit 7ec6fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tracks/text-track-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class TextTrackSettings extends Component {
* @method setDefaults
*/
setDefaults() {
Obj.each(selectConfigs, config => {
Obj.each(selectConfigs, (config) => {
const index = config.hasOwnProperty('default') ? config.default : 0;

this.$(config.selector).selectedIndex = index;
Expand Down

0 comments on commit 7ec6fce

Please sign in to comment.