Skip to content

Commit 1277a23

Browse files
author
Olivier Poitrey
committed
Fix validator removing other keyup listeners on inputs after reset (fix jquerytools#390)
1 parent fc1115e commit 1277a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validator/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
msg.remove();
371371
$(this).data("msg.el", null);
372372
}
373-
}).unbind(conf.errorInputEvent || '');
373+
}).unbind(conf.errorInputEvent + '.v' || '');
374374
return self;
375375
},
376376

0 commit comments

Comments
 (0)