X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=846da20be3f8b63461666a68158c6e6a8f1e229e;hp=eaa48f3da982e01883c77404333f8e4166997b21;hb=5415dbf15e4bb29eca85e4ed9e2c83558ddc1d93;hpb=10f6c81aa9f7030e1c585a18c09c384c4f8e379d diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index eaa48f3da9..846da20be3 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -24909,7 +24909,7 @@ clientValidation Boolean Applies to submit only. Pass true to call fo // use formdata if (typeof(FormData) != 'undefined' && asString !== true) { - var fd = new FormData(this.el.dom).entries(); + var fd = (new FormData(this.el.dom)).entries(); var ret = {}; while (pair = fd.next()) { if (pair.done) {