File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 28
28
* Duc Nguyen [ @ducntq ] ( https://twitter.com/ducntq ) , [ github] ( https://github.com/ducntq )
29
29
* James Young [ @jamsyoung ] ( http://twitter.com/jamsyoung ) , [ github] ( https://github.com/jamsyoung )
30
30
* Calvin Jeng [ @l0ckys ] ( http://twitter.com/l0ckys ) , [ github] ( https://github.com/lockys )
31
+ * Richard Gibson [ @gibson042 ] ( http://twitter.com/gibson042 ) , [ github] ( https://github.com/gibson042 )
Original file line number Diff line number Diff line change 33
33
* Duc Nguyen [ @ducntq ] ( https://twitter.com/ducntq ) , [ github] ( https://github.com/ducntq )
34
34
* James Young [ @jamsyoung ] ( http://twitter.com/jamsyoung ) , [ github] ( https://github.com/jamsyoung )
35
35
* Hao-Wei Jeng [ @l0ckys ] ( http://twitter.com/l0ckys ) , [ github] ( https://github.com/lockys )
36
+ * Richard Gibson [ @gibson042 ] ( http://twitter.com/gibson042 ) , [ github] ( https://github.com/gibson042 )
36
37
37
38
38
39
## All code in any code-base should look like a single person typed it, no matter how many people contributed.
@@ -411,9 +412,9 @@ The following sections outline a _reasonable_ style guide for modern JavaScript
411
412
// Single argument string literal, no space
412
413
foo("bar");
413
414
414
- // Inner grouping parens, no space
415
+ // Expression parens, no space
415
416
if ( !("foo" in obj) ) {
416
-
417
+ obj = (obj.bar || defaults).baz;
417
418
}
418
419
419
420
` ` `
You can’t perform that action at this time.
0 commit comments