Skip to content

Commit feac99a

Browse files
alexangasarthurvr
authored andcommitted
focusin/focusout: use consistent categories
Fixes gh-619 Closes gh-707
1 parent fdaa710 commit feac99a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

entries/focusin.xml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $( "p" ).focusin(function() {
4242
]]></html>
4343
</example>
4444
<category slug="events/form-events"/>
45+
<category slug="forms"/>
4546
<category slug="version/1.4"/>
4647
<category slug="version/1.4.3"/>
4748
</entry>

entries/focusout.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ $( "p" )
6262
<div id="blur-count">blur fire</div>
6363
]]></html>
6464
</example>
65-
<category slug="events/keyboard-events"/>
66-
<category slug="events/mouse-events"/>
65+
<category slug="events/form-events"/>
66+
<category slug="forms"/>
6767
<category slug="version/1.4"/>
6868
<category slug="version/1.4.3"/>
6969
</entry>

0 commit comments

Comments
 (0)