Remove unneeded do -> block

This commit is contained in:
Kevin Sawicki
2014-03-13 11:00:24 -07:00
parent 37d67e8a83
commit cb41e2c41a

View File

@@ -988,8 +988,7 @@ class EditorView extends View
(startRow <= @firstRenderedScreenRow and endRow >= @lastRenderedScreenRow) # selection surrounds the rendered items
syncCursorAnimations: ->
for cursorView in @getCursorViews()
do (cursorView) -> cursorView.resetBlinking()
cursorView.resetBlinking() for cursorView in @getCursorViews()
autoscroll: (options={}) ->
for cursorView in @getCursorViews()