Skip to content

Commit

Permalink
change doc to 3.5.0, comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Mokryn committed Oct 28, 2014
1 parent f1925ac commit 80604a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public long getItemId(int position) {
public int getCount() {
if (tabsDisabled) {
// Since we don't want the FragmentPagerAdapter to do all kinds of rearrangements
// just because we decided to disable tags. We want the fragments to stay alive for when
// just because we decided to disable tabs. We want the fragments to stay alive for when
// we reenable the tabs.
return numTabsWhenDisabled;
} else {
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/TabGroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ properties:
description: |
If true, when clicking the tab the page transition is animated, false otherwise.
platforms: [android]
since: 3.4.0
since: 3.5.0
default: true
type: Boolean

Expand Down

0 comments on commit 80604a4

Please sign in to comment.