semicolons;

This commit is contained in:
Mike Moody 2017-05-02 22:53:00 -07:00
parent 01855c0d9c
commit 55fe2f9dc0
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
for (var i = 0; i < total; i++) {
sum += a[i];
}
return Math.round(sum / total)
return Math.round(sum / total);
}
function audioClamp(input) {

View file

@ -36,7 +36,7 @@
for (var i = 0; i < total; i++) {
sum += a[i];
}
return Math.round(sum / total)
return Math.round(sum / total);
}
function audioClamp(input) {

View file

@ -19,7 +19,7 @@
} else {
barID = childOne.id;
textID = childZero.id;
originalText = childZero.text
originalText = childZero.text;
}
};