💄 getter renames

This commit is contained in:
Nathan Sobo
2013-04-25 12:12:32 -06:00
parent c50b7fd99e
commit ca3b0c97da
5 changed files with 11 additions and 11 deletions

View File

@@ -410,7 +410,7 @@ class EditSession
# Public: Gets the number of screen rows.
#
# Returns a {Number}.
screenLineCount: -> @displayBuffer.lineCount()
getScreenLineCount: -> @displayBuffer.getLineCount()
# Public: Gets the length of the longest screen line.
#
# Returns a {Number}.