Skip to content

Commit

Permalink
Fixed #144
Browse files Browse the repository at this point in the history
  • Loading branch information
niceue committed Jul 16, 2014
1 parent ed07165 commit 7118ed2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/jquery.validator.js
Expand Up @@ -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,
Expand Down

0 comments on commit 7118ed2

Please sign in to comment.