Skip to content

Commit 7a9f9c5

Browse files
committed
Merge pull request airbnb#131 from ulyssecarion/missing_hide
Add a missing `.hide()` for consistency's sake.
2 parents c2b16dc + fbc79a3 commit 7a9f9c5

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)