Matthew Gregan - Bug 470662 - controls patch

This commit is contained in:
Chris Pearce 2009-03-09 15:22:47 +13:00
Родитель 2ec5a25e7b
Коммит a5460aaf37
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -482,7 +482,7 @@
},
togglePause : function () {
if (this.video.paused)
if (this.video.paused || this.video.ended)
this.video.play();
else
this.video.pause();