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 {
|
} else {
|
||||||
// continue at chunk closest to offset from server
|
// continue at chunk closest to offset from server
|
||||||
console.log('server offset', response.offset,
|
console.log('server offset', response.offset,
|
||||||
'next chunk', Math.floor(response.offset / chuknSize));
|
'next chunk', Math.floor(response.offset / chunkSize));
|
||||||
uploadChunk(Math.floor(response.offset / chuknSize));
|
uploadChunk(Math.floor(response.offset / chunkSize));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue