Skip to content

Commit 1029bf3

Browse files
AurelioDeRosakswedberg
authored andcommitted
live(): The parameter is optional.
Closes gh-589.
1 parent 444039c commit 1029bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/live.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<argument name="events" type="String">
1818
<desc>A string containing a JavaScript event type, such as "click" or "keydown." As of jQuery 1.4 the string can contain multiple, space-separated event types or custom event names.</desc>
1919
</argument>
20-
<argument name="data" type="PlainObject">
20+
<argument name="data" type="PlainObject" optional="true">
2121
<desc>An object containing data that will be passed to the event handler.</desc>
2222
</argument>
2323
<argument name="handler" type="Function">

0 commit comments

Comments
 (0)