File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<signature >
6
6
<added >1.0</added >
7
7
<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 >
9
9
</argument >
10
10
<argument name =" handler" type =" Function" optional =" true" >
11
11
<desc >The function that is to be no longer executed.</desc >
15
15
<signature >
16
16
<added >1.4.3</added >
17
17
<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 >
19
19
</argument >
20
20
<argument name =" false" type =" Boolean" >
21
21
<desc >Unbinds the corresponding 'return false' function that was bound using <code >.bind( eventType, false )</code >.</desc >
You can’t perform that action at this time.
0 commit comments