Bug 475861 - Clicking video control's scrubber line causes only tiny position change. r=gavin

This commit is contained in:
Justin Dolske 2009-02-01 23:44:01 -08:00
Родитель 02f02434de
Коммит a8f4c36dff
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -215,7 +215,7 @@
// snapping when dragging with the mouse, so we can't just set a value for
// the arrow-keys.
//this.scrubber.increment = duration / 50;
this.scrubber.pageincrement = Math.round(duration / 10);
this.scrubber.pageIncrement = Math.round(duration / 10);
},
seekToPosition : function() {