flow.js: fix testChunks in definition

This commit is contained in:
Phú 2015-11-08 11:21:39 +07:00
parent 421d6610bd
commit 0e571efd35

2
flowjs/flowjs.d.ts vendored
View File

@ -44,7 +44,7 @@ declare module flowjs {
uploadMethod?: string;
allowDuplicateUploads?: boolean;
prioritizeFirstAndLastChunk?: boolean;
testchunks?: boolean;
testChunks?: boolean;
preprocess?: Function;
initFileFn?: Function;
generateUniqueIdentifier?: Function;