From 0e571efd35ca06e9061757ec9b46b236ded348b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=C3=BA?= Date: Sun, 8 Nov 2015 11:21:39 +0700 Subject: [PATCH] flow.js: fix `testChunks` in definition --- flowjs/flowjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowjs/flowjs.d.ts b/flowjs/flowjs.d.ts index e9e90055b2..186cd25797 100644 --- a/flowjs/flowjs.d.ts +++ b/flowjs/flowjs.d.ts @@ -44,7 +44,7 @@ declare module flowjs { uploadMethod?: string; allowDuplicateUploads?: boolean; prioritizeFirstAndLastChunk?: boolean; - testchunks?: boolean; + testChunks?: boolean; preprocess?: Function; initFileFn?: Function; generateUniqueIdentifier?: Function;