add missing semicolons to TextPatcher.js

This commit is contained in:
ansuz 2016-04-12 14:51:06 +02:00
parent 2fdb4c1255
commit 368d72b337

View File

@ -40,7 +40,7 @@ var diff = function (oldval, newval) {
toInsert: toInsert,
toRemove: toRemove
};
}
};
/* patch accepts a realtime facade and an operation (which might be falsey)
it applies the operation to the realtime as components (remove/insert)
@ -94,7 +94,7 @@ var create = function(config) {
// *** remote -> local changes
ctx.onPatch(function(pos, length) {
content = ctx.getUserDoc()
content = ctx.getUserDoc();
});
// propogate()