stopOnFirstInvalidFile should be optional (#13800)

This commit is contained in:
Bradford Wagner
2017-01-06 10:23:42 -05:00
committed by Andy
parent 6b1615ea5f
commit 3dce14b072

View File

@@ -154,7 +154,7 @@ declare namespace qq {
itemLimit?: number; // default: 0
minSizeLimit?: number; // default: 0
sizeLimit?: number; // default: 0
stopOnFirstInvalidFile: boolean; // default: true
stopOnFirstInvalidFile?: boolean; // default: true
image?: ValidationImageOptions;
}