Skip to content

Commit 2ee862f

Browse files
AurelioDeRosakswedberg
authored andcommitted
Update bind() - preventBubble argument is optional. Closes jquery#416
1 parent e482af6 commit 2ee862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/bind.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<argument name="eventData" type="Object" optional="true">
2222
<desc>An object containing data that will be passed to the event handler.</desc>
2323
</argument>
24-
<argument name="preventBubble" type="Boolean">
24+
<argument name="preventBubble" type="Boolean" optional="true">
2525
<desc>Setting the third argument to false will attach a function that prevents the default action from occurring and stops the event from bubbling. The default is true.</desc>
2626
</argument>
2727
</signature>

0 commit comments

Comments
 (0)