Ele ainda persiste no erro, e agora mostrou mais um parecido. Não sei o que posso consertar. Já revisei o codigo.
function updatesStartTime(time) { startTime = time; $("#time-write").text(time); } //linha92 main.js:92 Uncaught SyntaxError: Unexpected end of input
function changePhrase(data) { var phrase = $(".phrase"); phrase.text(data.text); updatesSizePhrase(); updatesTimeStart(data.time); } //linha50
Uncaught SyntaxError: Unexpected end of input phrase.js:50