Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
additional date german#1849
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
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
adopted from dateITA
src/additional/dateGER.js Outdated
check = false; | ||
} | ||
} else { | ||
check = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
please remove the else block. the var is already initialised with this value.
d621aab
to3861ce2
CompareThx for the PR. Please add tests |
This comment has been minimized.
This comment has been minimized.
ltdeta commentedJun 7, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
What does it actually mean ? |
Hi@ltdeta, It means you need to add some test for the new method, like it's done with jquery-validation/test/methods.js Lines 877 to 884 in934822b
|
Here are some tests for the new method
|
HI@ltdeta, Sorry for taking so long to respond to you comment. Can you please add those tests after jquery-validation/test/methods.js Lines 877 to 884 in934822b
After that I will merge the PR. Thanks! |
adopted from additional dateITA