Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Core: Bind theblur
event just once inequalTo
rule#1709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
RoBorg commentedFeb 12, 2016
@staabm yup that will fix it |
@staabm I will try to extend |
I added some tests :) |
Nice. Did you make sure the tests fail without the patch? |
bind the event just once, avoiding the unbind-rebind overhead.Also, unbind it when destroying the plugin.Refjquery-validation#1704Refjquery-validation#1707
Yep, I did :) |
merged thx. not sure why git wasnt able to fast forward it... required a merged commit.. |
I'm not sure why this happen. TheGit's docs give us a good reason:
|
If you want, you can reset the master and delete the last 2 commit (including the merge commit) and I will create another PR based on new master. |
No worries, its fine |
bind the event just once, avoiding the unbind-rebind overhead.
Also, unbind it when destroying the plugin.
Ref#1704
Ref#1707