GNOME Bugzilla – Bug 727786
Semi-colon and comma cleanups
Last modified: 2014-04-10 22:46:23 UTC
Add a lot of missing semicolons and remove a few excessive commas. I got inspired by my previous patch and checked all the remaining JavaScript too. I hope this is wanted and not just noise.
Created attachment 273752 [details] [review] Semi-colon and comma cleanups Add lots of missing semi colons (the ones that js2-mode could spot for me). Remove a few excessive commas in object initializations.
Review of attachment 273752 [details] [review]: Looks good.
Attachment 273752 [details] pushed as 945fd01 - Semi-colon and comma cleanups