Bug 671745 - Remove another unnecessary and orange-inducing play() in test_replay_metadata. r=kinetik

This commit is contained in:
Chris Pearce 2011-08-23 10:35:22 +12:00
parent e46c92e212
commit 523b4c7bb2

View File

@ -32,7 +32,6 @@ function seekStarted(evt) {
function seekEnded(evt) {
var v = evt.target;
v._gotSeekEnded = true;
v.play();
}
function loadedData(evt) {