Skip to content

Commit 1f81604

Browse files
committed
focusin: Added missing signature
Closes gh-760
1 parent bb24ed6 commit 1f81604

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entries/focusin.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
<argument name="eventObject" type="Event" />
2020
</argument>
2121
</signature>
22+
<signature>
23+
<added>1.0</added>
24+
</signature>
2225
<longdesc>
23-
<p>This method is a shortcut for <code>.on('focusin', handler)</code>.</p>
26+
<p>This method is a shortcut for <code>.on( "focusin", handler )</code> in the first two variations, and <code>.trigger( "focusin" )</code> in the third.</p>
2427
<p>The <code>focusin</code> event is sent to an element when it, or any element inside of it, gains focus. This is distinct from the <a href="/focus/">focus</a> event in that it supports detecting the focus event on parent elements (in other words, it supports event bubbling).</p>
2528
<p>This event will likely be used together with the <a href="/focusout/">focusout</a> event.</p>
2629
</longdesc>

0 commit comments

Comments
 (0)