Update jquery.validate-vsdoc.js
This commit is contained in:
parent
22f1537abd
commit
aadae4163e
|
|
@ -622,7 +622,7 @@ $.extend($.validator, {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} catch(e) {
|
} 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);
|
+ ", check the '" + rule.method + "' method", e);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue