typo
This commit is contained in:
parent
07fdb094dd
commit
b133719680
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
.options(options || {})
|
||||
.update({
|
||||
audioTrack: setAudioTrack,
|
||||
enableSubtitles: setSubtitleTrack,
|
||||
enableSubtitles: setSubtitlesTrack,
|
||||
find: setSubtitleText,
|
||||
fullscreen: function() {
|
||||
self.options.fullscreen = !self.options.fullscreen;
|
||||
|
@ -2075,7 +2075,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
track = Ox.stripTags(title);
|
||||
self.options.subtitlesTrack = track == 'None'
|
||||
? '' : Ox.getLanguageCodeByName(track);
|
||||
setSubtitleTrack();
|
||||
setSubtitlesTrack();
|
||||
} else {
|
||||
type = self.options.timelineTypes[
|
||||
Ox.indexOf(self.options.timelineTypes, function(type) {
|
||||
|
|
Loading…
Reference in a new issue