tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

js3-CALL contents not finding correct paren #42

Closed tamzinblake closed 12 years ago

tamzinblake commented 12 years ago

It does:

  var player = Crafty.e( '2D'
                       , 'DOM'
                       )
                     .bind( 'enterframe'
                       , function (e) {})

Should be:

  var player = Crafty.e( '2D'
                       , 'DOM'
                       )
                     .bind( 'enterframe'
                          , function (e) {})