Skip to content

Commit f6fc448

Browse files
committed
api docs: one space missing in password-selector
1 parent 9fabc24 commit f6fc448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/password-selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<code><![CDATA[
1616
var input = $( "input:password" ).css({
1717
background: "yellow",
18-
border:"3px red solid"
18+
border: "3px red solid"
1919
});
2020
$( "div" )
2121
.text( "For this type jQuery found " + input.length + "." )

0 commit comments

Comments
 (0)