mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
💚 Fix remaining specs
This commit is contained in:
@@ -132,4 +132,4 @@ class LinesComponent
|
||||
lineNodeForScreenRow: (screenRow) ->
|
||||
tile = @presenter.tileForRow(screenRow)
|
||||
|
||||
@tileComponentsByTileId[tile].lineNodeForScreenRow(screenRow)
|
||||
@tileComponentsByTileId[tile]?.lineNodeForScreenRow(screenRow)
|
||||
|
||||
Reference in New Issue
Block a user