mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
some polish for a turd
This commit is contained in:
parent
946289c221
commit
bf93500214
1 changed files with 1 additions and 2 deletions
|
@ -1669,7 +1669,6 @@ var lastEvent = null; // This is just a temporary measure to ensure we don't sen
|
|||
exports.prepareForWire = function (cs, pool) {
|
||||
if(cs == lastEvent){
|
||||
throw new Error("Not sending the same event twice...");
|
||||
return false;
|
||||
}
|
||||
var newPool = new AttributePool();
|
||||
var newCs = exports.moveOpsToNewPool(cs, pool, newPool);
|
||||
|
|
Loading…
Reference in a new issue