mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Prevent loop collection in endAllImplicitCalls
This commit is contained in:
@@ -162,6 +162,7 @@ class exports.Rewriter
|
||||
endAllImplicitCalls = ->
|
||||
while inImplicitCall()
|
||||
endImplicitCall()
|
||||
return
|
||||
|
||||
startImplicitObject = (j, startsLine = yes) ->
|
||||
idx = j ? i
|
||||
|
||||
Reference in New Issue
Block a user