Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Fix color format and recurring event issue #440

Merged
merged 2 commits into from
Nov 12, 2015
Merged

Fix color format and recurring event issue #440

merged 2 commits into from
Nov 12, 2015

Conversation

jsilvestre
Copy link
Contributor

@jsilvestre jsilvestre changed the title Fix color format to always be in hexadecimal. Refs #435 Fix color format and recurring event issue Nov 6, 2015
else if @isRecurrent() and not @has('timezone')
s = moment.tz(m, @get('timezone')).toISOString()
else if @isRecurrent()
s = H.momentToAmbiguousString(m)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

H, m, s ... These variable names are awful and don't follow the guidelines. Can you fix this? It matters for readibility and maintenability.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, done!

@aenario aenario merged commit 0f5837a into cozy:development Nov 12, 2015
aenario pushed a commit that referenced this pull request Nov 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants