From aadae4163e62d4d21de08618d4c9c94ecf93ed73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Tue, 6 Oct 2015 22:03:26 +0800 Subject: [PATCH] Update jquery.validate-vsdoc.js --- samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js b/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js index fd9125705c..96f2589708 100644 --- a/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js +++ b/samples/IdentitySample.Mvc/Scripts/jquery.validate-vsdoc.js @@ -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; }