Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbc79a3

Browse files
committed
Add a missing .hide() for consistency's sake.
1 parent c2b16dc commit fbc79a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@
13681368
$('.sidebar > ul').hide();
13691369
13701370
// good
1371-
$sidebar.find('ul');
1371+
$sidebar.find('ul').hide();
13721372
```
13731373

13741374
**[[⬆]](#TOC)**

0 commit comments

Comments
 (0)