Merge pull request #3116 from maschs/ms-srcLint

coffeelint!
This commit is contained in:
Kevin Sawicki
2014-08-15 13:52:15 -07:00
13 changed files with 151 additions and 151 deletions

View File

@@ -981,7 +981,7 @@ class DisplayBuffer extends Model
@tokenizedBuffer.destroy()
@unsubscribe()
logLines: (start=0, end=@getLastRow())->
logLines: (start=0, end=@getLastRow()) ->
for row in [start..end]
line = @lineForRow(row).text
console.log row, @bufferRowForScreenRow(row), line, line.length