Thanks for finding a bug! We're working on patching it asap. I'll send
you an email directly on how to fix this issue with your current build
of mojo.
Cheers,
Jaime
On Tue, Jan 26, 2010 at 1:00 PM, atlguy <rob...@sekman.com> wrote:
> I'm having a difficult time getting the "isType" validation working
> correctly. There doesn't seem to be an example in the API on how to
> formulate it. Everything I've tried gives me the following error:
>
> Error: invalid 'instanceof' operand paramsObj.type
>
> One of the things I've tried is this:
>
> { rule: validate.isType, errorMsg: "Phone must be a number", params:
> Number}
>
> What am I doing wrong?
>
> Thanks!!
>