mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Bug 671745 - Remove another unnecessary and orange-inducing play() in test_replay_metadata. r=kinetik
This commit is contained in:
parent
e46c92e212
commit
523b4c7bb2
@ -32,7 +32,6 @@ function seekStarted(evt) {
|
|||||||
function seekEnded(evt) {
|
function seekEnded(evt) {
|
||||||
var v = evt.target;
|
var v = evt.target;
|
||||||
v._gotSeekEnded = true;
|
v._gotSeekEnded = true;
|
||||||
v.play();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadedData(evt) {
|
function loadedData(evt) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user