Skip to content

Commit 22a9b5c

Browse files
author
Mirko Rapisarda
committed
fix: change validate method name
1 parent 9141054 commit 22a9b5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

form-validator/jquery.form-validator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @website http://formvalidator.net/
77
* @license Dual licensed under the MIT or GPL Version 2 licenses
8-
* @version 2.2.43
8+
* @version 2.2.43 hostess version
99
*/
1010
(function ($) {
1111

@@ -552,7 +552,7 @@
552552
* Short hand function that makes the validation setup require less code
553553
* @param conf
554554
*/
555-
$.validate = function (conf) {
555+
$.__validate = function (conf) {
556556

557557
var defaultConf = $.extend($.formUtils.defaultConfig(), {
558558
form: 'form',

0 commit comments

Comments
 (0)