mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄 getter renames
This commit is contained in:
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user