mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
💄
This commit is contained in:
@@ -32,8 +32,8 @@ class Buffer
|
||||
getLines: ->
|
||||
@lines
|
||||
|
||||
getLine: (n) ->
|
||||
@lines[n]
|
||||
getLine: (row) ->
|
||||
@lines[row]
|
||||
|
||||
change: (preRange, string) ->
|
||||
@remove(preRange)
|
||||
|
||||
Reference in New Issue
Block a user