ExactTarget/javascript

anon function declaration spacing issues in esformatter

cmcculloh-kr opened this issue · 0 comments

//good
function () {

//bad
function() {

ESFormatter doesn't implement this properly.