Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Bug 675913: Clarify argument in widget click handler #846

Merged
merged 1 commit into from
Mar 26, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/module-source/sdk/widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,9 @@ The related `WidgetView` object.
<api name="click">
@event
This event is emitted when the widget is clicked.

@argument {WidgetView}
Listeners are passed a single argument which is the `WidgetView` that triggered the click event.
</api>

<api name="message">
Expand Down