From e886d64ee7e81db77fb65b93c3591ae4c6c00c37 Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Wed, 26 Feb 2020 13:47:06 +0300 Subject: [PATCH] docs: fix Ti.UI.iOS.MenuPopup.items type --- apidoc/Titanium/UI/iOS/MenuPopup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoc/Titanium/UI/iOS/MenuPopup.yml b/apidoc/Titanium/UI/iOS/MenuPopup.yml index cde5dad933e..e8ec7fdfbea 100644 --- a/apidoc/Titanium/UI/iOS/MenuPopup.yml +++ b/apidoc/Titanium/UI/iOS/MenuPopup.yml @@ -18,7 +18,7 @@ properties: description: | The items will be shown as soon in the menu popup when the `show` method is called. To hide them again, use the `hide` method in conjunction. - type: [String] + type: Array methods: - name: show