This commit is contained in:
Nathan Sobo
2015-01-19 14:58:18 -07:00
parent 0f4bcac8d4
commit 143183aa25

View File

@@ -20,8 +20,8 @@ class TextEditorPresenter
updateLinesState: ->
visibleLineIds = {}
endRow = @getEndRow()
startRow = @getStartRow()
endRow = @getEndRow()
row = startRow
while row < endRow