This commit is contained in:
Corey Johnson
2012-02-01 16:08:03 -08:00
parent d250580d1b
commit 09dd7fe913

View File

@@ -32,8 +32,8 @@ class Buffer
getLines: ->
@lines
getLine: (n) ->
@lines[n]
getLine: (row) ->
@lines[row]
change: (preRange, string) ->
@remove(preRange)