|
|
|
|
|
by gnaritas
5832 days ago
|
|
They're always needed so the JavaScript can be run through a compressor for production deployment without breaking the code. Beyond that you're using curly braces when they're not strictly required, which seems inconsistent. I would expect either both all the time or both only when strictly necessary. |
|