Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused eighth element on week arrays. #1279

Merged
merged 1 commit into from
Mar 9, 2015
Merged

Remove unused eighth element on week arrays. #1279

merged 1 commit into from
Mar 9, 2015

Conversation

vsn4ik
Copy link
Member

@vsn4ik vsn4ik commented Feb 28, 2015

dateObj.getUTCDay() never return 7 (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getUTCDay)
var t = 7; (t++)%7 == 0 (daysMin[(dowCnt++)%7]) also

Norwegian translation already used seven elements of week arrays.

@hebbet
Copy link
Contributor

hebbet commented Mar 9, 2015

thank you, merged.

hebbet added a commit that referenced this pull request Mar 9, 2015
Remove unused eighth element on week arrays.
@hebbet hebbet merged commit b6844d9 into uxsolutions:master Mar 9, 2015
@acrobat acrobat mentioned this pull request Mar 9, 2015
2 tasks
@korun
Copy link
Contributor

korun commented Mar 16, 2015

@hebbet, @acrobat, do not forget run grunt dist after merging, to update dist directory too!

@korun
Copy link
Contributor

korun commented Mar 16, 2015

See #1307.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants