This commit is contained in:
Nathan Sobo 2013-01-30 13:24:22 -07:00
parent 063cb71175
commit f3029f9ead

View File

@ -14,8 +14,6 @@ class BufferChangeOperation
constructor: ({@buffer, @oldRange, @newText, @options}) ->
@options ?= {}
do: ->
@oldText = @buffer.getTextInRange(@oldRange)
@newRange = @calculateNewRange(@oldRange, @newText)