begin implementing xml support

This commit is contained in:
Kevin Jahns
2014-09-26 10:48:21 +02:00
parent b750d95b98
commit 977e4d2a7c
30 changed files with 157 additions and 51 deletions

View File

@@ -74,7 +74,8 @@
HistoryBuffer.prototype.getReservedUniqueIdentifier = function() {
return {
creator: '_',
op_number: "_" + (this.reserved_identifier_counter++)
op_number: "_" + (this.reserved_identifier_counter++),
doSync: false
};
};

File diff suppressed because one or more lines are too long