Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-27263
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshchdhry committed Sep 5, 2019
2 parents ba97fdb + e24ffe3 commit cce212c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apidoc/Titanium/UI/Android/DrawerLayout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ examples:
centerView.add(btn);
win.addEventListener('open', function(){
var activity = win.getActivity(),
actionBar = activity.getActionBar();
var activity = win.activity,
actionBar = activity.actionBar;
if (actionBar) {
actionBar.displayHomeAsUp = true;
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/TextField.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ properties:
- name: keyboardAppearance
summary: Determines the appearance of the keyboard displayed when this field is focused.
type: Number
constants: Titanium.UI.KEYBOARD_APPEARANCE_*
constants: [Titanium.UI.KEYBOARD_APPEARANCE_DARK, Titanium.UI.KEYBOARD_APPEARANCE_LIGHT, Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT]
default: <Titanium.UI.KEYBOARD_APPEARANCE_DEFAULT>
platforms: [iphone, ipad]

Expand Down
2 changes: 0 additions & 2 deletions apidoc/Titanium/UI/UI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1545,8 +1545,6 @@ properties:
platforms: [android, iphone, ipad]

- name: HINT_TYPE_STATIC
deprecated:
since: "6.2.0"
summary: |
Use when creating a TextField to specify the hintType as static.
type: Number
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ejs": "^2.6.1",
"fields": "0.1.24",
"fs-extra": "^8.0.1",
"ioslib": "^1.7.12",
"ioslib": "^1.7.13",
"klaw-sync": "^6.0.0",
"liveview": "^1.5.0",
"lodash.defaultsdeep": "^4.6.1",
Expand Down

0 comments on commit cce212c

Please sign in to comment.