Initialize firstScreenRow to -1

This commit is contained in:
Kevin Sawicki 2012-09-28 09:54:30 -07:00
parent 02fa815459
commit c2417bfc46

View File

@ -10,6 +10,7 @@ class Gutter extends View
@div outlet: 'lineNumbers', class: 'line-numbers'
cursorRow: -1
firstScreenRow: -1
afterAttach: (onDom) ->
@editor()?.on 'cursor-move', => @highlightCursorLine()