Commit f8493be0 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33679.

parent 5d28a506
......@@ -734,7 +734,7 @@ CWordCollaborativeEditing.prototype.Undo = function()
this.m_aAllChanges.push(arrReverseChanges[nIndex]);
}
var oBinaryWriter = History.BinaryWriter;
var oBinaryWriter = AscCommon.History.BinaryWriter;
var aSendingChanges = [];
for (var nIndex = 0, nCount = arrReverseChanges.length; nIndex < nCount; ++nIndex)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment