On Tue, Sep 10, 2013 at 7:35 PM, A.L.E.C alec@alec.pl wrote:
On 09/06/2013 01:52 PM, Thomas Bruederli wrote:
- Javascript: opening brace for anonymous functions are on the same
line. No space between 'function' and brackets.
I'd add that I prefer
function() {
over
function(){
I actually meant function() vs. function ()
And I'm definitely on your side for what you just proposed.
~Thomas