JavaScript: When should I use a semicolon after curly braces?
- by Rob
Many times I've seen a semicolon used after a function declaration, or after the anonymous "return" function of a Module Pattern script. When is it appropriate to use a semicolon after curly braces?