Make this fn private.

This commit is contained in:
Ben Ogle 2013-12-11 18:22:14 -08:00
parent 4dbca94d32
commit 4ffa5bb90e

View File

@ -199,7 +199,7 @@ class TextBuffer extends telepath.Model
setText: (text) ->
@change(@getRange(), text, normalizeLineEndings: false)
# Replaces the current buffer contents. Only apply the differences.
# Private: Replaces the current buffer contents. Only apply the differences.
#
# text - A {String} containing the new buffer contents.
setTextViaDiff: (text) ->