unify lambda CS, add a space after function keyword
the decision to have a space after `function`, so `function () {}` instead of `function() {}` is based on douglas crockford's javascript code conventions [1]. [1] http://javascript.crockford.com/code.html
Showing
Please register or sign in to comment