Skip to content

Commit 06e4ce4

Browse files
cmisenasmgol
authored andcommitted
one: indicate where passed data will be available
Closes jquery#855
1 parent 622c78e commit 06e4ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/one.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<desc>A string containing one or more JavaScript event types, such as "click" or "submit," or custom event names.</desc>
99
</argument>
1010
<argument name="data" type="PlainObject" optional="true">
11-
<desc>An object containing data that will be passed to the event handler.</desc>
11+
<desc>Data to be passed to the handler in <a href="/event.data/"><code>event.data</code></a> when an event is triggered.</desc>
1212
</argument>
1313
<argument name="handler" type="Function">
1414
<desc>A function to execute at the time the event is triggered.</desc>

0 commit comments

Comments
 (0)