Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addMethod params arguments vs array syntax
jQUery Validation does not send arguments but an array of the argument already built. By using the ... syntax of TypeScript, we get an array with one item that has the array sent by jQuery validation. I think the definition should use an array instead of arguments syntax.
- Loading branch information