This commit is contained in:
j 2014-04-25 01:25:25 +00:00
parent 68e4ac8f56
commit f21d2e6236

View file

@ -168,8 +168,8 @@ pandora.chunkupload = function(options) {
} else {
// continue at chunk closest to offset from server
console.log('server offset', response.offset,
'next chunk', Math.floor(response.offset / chuknSize));
uploadChunk(Math.floor(response.offset / chuknSize));
'next chunk', Math.floor(response.offset / chunkSize));
uploadChunk(Math.floor(response.offset / chunkSize));
}
}
} else {