Fix method missing exception in LineMap.logLines

This commit is contained in:
Nathan Sobo
2013-04-30 18:40:14 -06:00
parent 693c4f8270
commit 49b17023a5

View File

@@ -186,7 +186,7 @@ class LineMap
new Range(start, end)
# Internal:
logLines: (start=0, end=@screenLineCount() - 1)->
logLines: (start=0, end=@getScreenLineCount() - 1)->
for row in [start..end]
line = @lineForScreenRow(row).text
console.log row, line, line.length