Skip to content

Commit

Permalink
Merge pull request rwaldron#41 from sindresorhus/string-literal-excep…
Browse files Browse the repository at this point in the history
…tion

Single argument string literal, no space
  • Loading branch information
rwaldron committed Apr 17, 2012
2 parents ac4e935 + 7164bce commit 6142d08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ The following sections outline a _reasonable_ style guide for modern JavaScript
b: "beta"
});
// Single argument string literal, no space
foo("bar");
// Inner grouping parens, no space
if ( !("foo" in obj) ) {
Expand Down

0 comments on commit 6142d08

Please sign in to comment.