5 // we do not remove line breaks! (we assume user knows what he is doing)
7 in obj ) doFoo(obj[key]);
16 for ( prop in obj[key] )
23 // issue #13 : ForInStatement should not mess with inline object indent
25 for ( i in {submit: true, change: true, focusin: true} )
31 // line breaks and weird spaces