💚 Fix remaining specs

This commit is contained in:
Antonio Scandurra
2015-05-20 20:54:11 +02:00
parent 752dbf2c6e
commit 1a18cda000
2 changed files with 106 additions and 42 deletions

View File

@@ -132,4 +132,4 @@ class LinesComponent
lineNodeForScreenRow: (screenRow) ->
tile = @presenter.tileForRow(screenRow)
@tileComponentsByTileId[tile].lineNodeForScreenRow(screenRow)
@tileComponentsByTileId[tile]?.lineNodeForScreenRow(screenRow)