Skip to content

Commit bb24ed6

Browse files
committed
focusout: Added missing signature
Closes jquerygh-761
1 parent f389f0e commit bb24ed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries/focusout.xml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<argument name="eventObject" type="Event" />
2020
</argument>
2121
</signature>
22+
<signature>
23+
<added>1.0</added>
24+
</signature>
2225
<longdesc>
2326
<p>This method is a shortcut for <code>.on( "focusout", handler )</code> when passed arguments, and <code>.trigger( "focusout" )</code> when no arguments are passed.</p>
2427
<p>The <code>focusout</code> event is sent to an element when it, or any element inside of it, loses focus. This is distinct from the <a href="/blur/">blur</a> event in that it supports detecting the loss of focus on descendant elements (in other words, it supports event bubbling).</p>

0 commit comments

Comments
 (0)