Skip to content

Commit ee0bd52

Browse files
committed
unbind(): Specified that it accepts multiple events at once
Fixes jquerygh-975 Closes jquerygh-1007
1 parent 6b54ab5 commit ee0bd52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/unbind.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<signature>
66
<added>1.0</added>
77
<argument name="eventType" type="String">
8-
<desc>A string containing a JavaScript event type, such as <code>click</code> or <code>submit</code>.</desc>
8+
<desc>A string containing one or more DOM event types, such as "click" or "submit," or custom event names.</desc>
99
</argument>
1010
<argument name="handler" type="Function" optional="true">
1111
<desc>The function that is to be no longer executed.</desc>
@@ -15,7 +15,7 @@
1515
<signature>
1616
<added>1.4.3</added>
1717
<argument name="eventType" type="String">
18-
<desc>A string containing a JavaScript event type, such as <code>click</code> or <code>submit</code>.</desc>
18+
<desc>A string containing one or more DOM event types, such as "click" or "submit," or custom event names.</desc>
1919
</argument>
2020
<argument name="false" type="Boolean">
2121
<desc>Unbinds the corresponding 'return false' function that was bound using <code>.bind( eventType, false )</code>.</desc>

0 commit comments

Comments
 (0)