Fix FormData constructor

This commit is contained in:
Zhengbo Li 2015-07-07 17:19:34 -07:00
parent 42168e39ec
commit 869de7391e

View file

@ -3072,7 +3072,7 @@ interface FormData {
declare var FormData: {
prototype: FormData;
new(): FormData;
new (form?: HTMLFormElement): FormData;
}
interface GainNode extends AudioNode {