mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Make this fn private.
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user