mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 23:16:13 -04:00
fix typo on repeatPartition()
This commit is contained in:
parent
f769a76605
commit
a86eb110a4
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class FileChunker {
|
||||||
|
|
||||||
repeatPartition() {
|
repeatPartition() {
|
||||||
this._offset -= this._partitionSize;
|
this._offset -= this._partitionSize;
|
||||||
this._nextPartition();
|
this.nextPartition();
|
||||||
}
|
}
|
||||||
|
|
||||||
_isPartitionEnd() {
|
_isPartitionEnd() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue