Skip to content

Commit

Permalink
Merge pull request airbnb#131 from ulyssecarion/missing_hide
Browse files Browse the repository at this point in the history
Add a missing `.hide()` for consistency's sake.
  • Loading branch information
hshoff committed Dec 13, 2013
2 parents c2b16dc + fbc79a3 commit 7a9f9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@
$('.sidebar > ul').hide();
// good
$sidebar.find('ul');
$sidebar.find('ul').hide();
```

**[[⬆]](#TOC)**
Expand Down

0 comments on commit 7a9f9c5

Please sign in to comment.