Skip to content

Commit 0250df0

Browse files
ffMathyjanvennemann
authored andcommitted
docs(api): make event argument in fireEvent optional (#11371)
1 parent f07e012 commit 0250df0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apidoc/Titanium/Proxy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ methods:
5858
summary: Name of the event.
5959
type: String
6060
- name: event
61+
optional: true
6162
summary: A dictionary of keys and values to add to the <Titanium.Event> object
6263
sent to the listeners.
6364
type: Dictionary
@@ -105,4 +106,4 @@ properties:
105106
to the appropriate containing Window or TabGroup.
106107
type: [Titanium.UI.Window, Titanium.UI.TabGroup]
107108
platforms: [android]
108-
since: "3.6.0"
109+
since: "3.6.0"

0 commit comments

Comments
 (0)
close