Merge pull request #242 from omarduarte/patch-1

(Fix) Add semicolon to whitespace code example
This commit is contained in:
Harrison Shoff
2015-02-12 09:02:21 -08:00

View File

@@ -868,7 +868,7 @@
return bar;
}
return baz
return baz;
// bad
var obj = {