forked from 0x2620/pandora
typo
This commit is contained in:
parent
68e4ac8f56
commit
f21d2e6236
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue