google-code-export / validity

Automatically exported from code.google.com/p/validity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug

GoogleCodeExporter opened this issue · comments

can u change the function to be like this??
for default message should be checkboxChecked but in your code is radioChecked

i think should be like this:
       checkboxChecked:function(msg) {

           //in case of error
                raiseAggregateError(
                    $reduction,
                    msg || $.validity.messages.checkboxChecked
                );

            }
        }

Original issue reported on code.google.com by josetizn...@gmail.com on 9 Aug 2011 at 11:31