bug 1339889 fix typo to address review comment from bug 1339438#c4 r=pehrsons

MozReview-Commit-ID: 4W3mYyZgoBt

--HG--
extra : transplant_source : %F2%02%E5%0D%E5%7D%9EQ%D4%FC%D4_%A9%BF%9B%D8E%B9%8D%84
This commit is contained in:
Karl Tomlinson 2017-12-02 21:44:59 +13:00
parent 518bd67cdd
commit bd04f5c597

View File

@ -94,7 +94,7 @@ audioElement.onplaying = function() {
var rv = checkFrequency(an);
info("currentTime: " + audioElement.currentTime);
if (audioElement.currentTime < 4 ||
audioElement.currentTIme > 8){
audioElement.currentTime > 8){
return;
}
if (!rv) {