ducky icon indicating copy to clipboard operation
ducky copied to clipboard

Required fields without pos set cause no error

Open leonpegg opened this issue 10 years ago • 0 comments

example = function () { var params = ducky.params("config", arguments, { scope: { valid: "boolean" }, key: { valid: /^[a-z][a-z0-9_]*$/ }, value: { def: undefined, valid: "object" }, force: { req: true, valid: "boolean" } }); }

leonpegg avatar Jan 08 '15 20:01 leonpegg