Update RangesTracker

This commit is contained in:
James Allen 2017-01-09 10:51:55 +01:00
parent ae30f32481
commit 14c624614d

View file

@ -35,6 +35,7 @@ load = (EventEmitter) ->
# * Inserts by another user will not combine with inserts by the first user. If they are in the
# middle of a previous insert by the first user, the original insert will be split into two.
constructor: (@changes = [], @comments = []) ->
@setIdSeed("")
getIdSeed: () ->
return @id_seed