Rename LineMap.lineCount to .screenLineCount

This commit is contained in:
Nathan Sobo
2012-02-22 22:40:03 -07:00
parent 1fc200c018
commit c658423bea
2 changed files with 2 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ class LineMap
delta = delta.add(screenLine.bufferDelta)
delta.rows
lineCount: ->
screenLineCount: ->
delta = new Delta
for screenLine in @screenLines
delta = delta.add(screenLine.screenDelta)

View File

@@ -97,5 +97,6 @@ class LineWrapper
lineCount: ->
@lineMap.lineCount()
@lineMap.screenLineCount()
_.extend(LineWrapper.prototype, EventEmitter)