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

TIMOB-12539 added a new property calendarViewShown #4667

Merged
merged 3 commits into from Sep 24, 2013

Conversation

bijupmb
Copy link
Contributor

@bijupmb bijupmb commented Sep 10, 2013

@hieupham007
Copy link
Contributor

Please add documentation to this new property

@bijupmb
Copy link
Contributor Author

bijupmb commented Sep 19, 2013

ok

@ghost ghost assigned hieupham007 Sep 19, 2013
@hieupham007
Copy link
Contributor

Did you update the documentation? I didn't see any new commits.

@bijupmb
Copy link
Contributor Author

bijupmb commented Sep 20, 2013

document updated

@@ -72,6 +75,9 @@ public void processProperties(KrollDict d) {

this.minDate = minDateCalendar.getTime();
}
if (d.containsKey(TiC.PROPERTY_CALENDAR_VIEW_SHOWN)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

indentation is off for this clause

@hieupham007
Copy link
Contributor

code reviewed and functionally tested. Request accepted

hieupham007 added a commit that referenced this pull request Sep 24, 2013
TIMOB-12539 added a new property calendarViewShown
@hieupham007 hieupham007 merged commit 6d1b68f into tidev:master Sep 24, 2013
@@ -318,6 +318,15 @@ properties:
type: Number
default: 5
platforms: [android]

- name: calendarViewShown
Copy link
Contributor

Choose a reason for hiding this comment

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

This line is not properly aligned. It needs to be moved back two spaces. It is currently breaking the documentation build script.

Copy link
Contributor

Choose a reason for hiding this comment

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

Apologies. I will send a new PR to fix this

Copy link
Contributor

Choose a reason for hiding this comment

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

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.

None yet

3 participants