1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-13 10:32:26 +02:00

@misteroneill fixed a potential issue with vertical sliders by replacing an options check with the appropriate getter. closes #2460

This commit is contained in:
Kemal Ogun Isik 2015-08-12 15:12:27 -07:00 committed by Matthew McClure
parent 8b97163250
commit 4a4e85912e
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ CHANGELOG
* @forbesjo updated the sauce labs config and browser versions ([view](https://github.com/videojs/video.js/pull/2450))
* @mmcc made sure controls respect muted attribute ([view](https://github.com/videojs/video.js/pull/2408))
* @dmlap switched global options back to an object at videojs.options ([view](https://github.com/videojs/video.js/pull/2461))
* @misteroneill fixed a potential issue with vertical sliders by replacing an options check with the appropriate getter ([view](https://github.com/videojs/video.js/pull/2460))
--------------------

View File

@ -20,7 +20,7 @@
"Chapters": "Bölümler",
"You aborted the media playback": "Video oynatmayı iptal ettiniz",
"A network error caused the media download to fail part-way.": "Video indirilirken bağlantı sorunu oluştu.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Video oynatılamadı, Ağ yada sunucu hattası veya belirtilen format desteklenmiyor.",
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Video oynatılamadı, ağ ya da sunucu hatası veya belirtilen format desteklenmiyor.",
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Tarayıcınız desteklemediği için videoda hata oluştu.",
"No compatible source was found for this media.": "Video için kaynak bulunamadı."
}