Skip to content

Commit eed7491

Browse files
committed
Remove unused variable
1 parent 66636bd commit eed7491

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/flow.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,6 @@
11441144
*/
11451145
this.endByte = Math.min(this.fileObj.size, (this.offset + 1) * this.chunkSize);
11461146

1147-
this.data = null;
1148-
11491147
/**
11501148
* XMLHttpRequest
11511149
* @type {XMLHttpRequest}

0 commit comments

Comments
 (0)