Update jquery.validate-vsdoc.js

This commit is contained in:
あまみや ゆうこ 2015-10-06 22:03:26 +08:00
parent 22f1537abd
commit aadae4163e
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ $.extend($.validator, {
return false;
}
} catch(e) {
this.settings.debug && window.console && console.log("exception occured when checking element " + element.id
this.settings.debug && window.console && console.log("exception occurred when checking element " + element.id
+ ", check the '" + rule.method + "' method", e);
throw e;
}