diff --git a/src/jquery.validator.js b/src/jquery.validator.js index 22c35a58..2404895f 100644 --- a/src/jquery.validator.js +++ b/src/jquery.validator.js @@ -1105,15 +1105,6 @@ } }, - /* @interface: setRule - */ - setRule: function(obj) { - new Rules(obj, this.rules); - $.map(this.fields, function(field){ - field.old = {}; - }); - }, - // Get field information getField: function(el) { var me = this,