mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename unused method
This commit is contained in:
@@ -395,7 +395,7 @@ class DisplayBuffer extends Model
|
||||
# Gets all the screen lines.
|
||||
#
|
||||
# Returns an {Array} of {TokenizedLine}s.
|
||||
getLines: ->
|
||||
getTokenizedLines: ->
|
||||
new Array(@screenLines...)
|
||||
|
||||
indentLevelForLine: (line) ->
|
||||
|
||||
Reference in New Issue
Block a user