Skip to content

Commit

Permalink
Merge pull request videojs#383 from heff/feature/track-default
Browse files Browse the repository at this point in the history
Adding default to 'off' for track lists from videojs#190
  • Loading branch information
heff committed Mar 15, 2013
2 parents f3af77e + 59cdd4e commit 6109748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ vjs.OffTextTrackMenuItem = function(player, options){
mode: function(){ return false; }
};
goog.base(this, player, options);
this.selected(true);
};
goog.inherits(vjs.OffTextTrackMenuItem, vjs.TextTrackMenuItem);

Expand Down

0 comments on commit 6109748

Please sign in to comment.