📝 Make TextEditor::getBuffer public

This commit is contained in:
Lee Dohm
2015-04-02 13:32:39 -07:00
committed by Kevin Sawicki
parent 4b46a5218e
commit af80bc5419

View File

@@ -459,7 +459,7 @@ class TextEditor extends Model
onDidChangeIcon: (callback) ->
@emitter.on 'did-change-icon', callback
# Retrieves the current {TextBuffer}.
# Public: Retrieves the current {TextBuffer}.
getBuffer: -> @buffer
# Retrieves the current buffer's URI.