Skip to content

Commit

Permalink
[whitespace] match good and bad examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Nov 7, 2012
1 parent f473ef0 commit 84fdb98
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 @@ -723,7 +723,7 @@

```javascript
// bad
$('#items').find('.selected').doSomething().end().find('.open').highlightOpen();
$('#items').find('.selected').highlight().end().find('.open').updateCount();
// good
$('#items')
Expand Down

0 comments on commit 84fdb98

Please sign in to comment.