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

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

entries/focusin.xml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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)