Privatize ::bufferRangeForBufferRow

This commit is contained in:
Nathan Sobo
2014-02-24 16:45:17 -08:00
parent 4f6cc659c4
commit 833498011c

View File

@@ -337,7 +337,7 @@ class Editor extends Model
# number of the editor.
getLastBufferRow: -> @buffer.getLastRow()
# Public: Returns the range for the given buffer row.
# Returns the range for the given buffer row.
#
# row - A row {Number}.
# options - An options hash with an `includeNewline` key.