Commit e3e852c1 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed spelling error.

parent d961dcbc
...@@ -738,7 +738,7 @@ CCollaborativeEditingBase.prototype.InitMemory = function() { ...@@ -738,7 +738,7 @@ CCollaborativeEditingBase.prototype.InitMemory = function() {
{ {
this.m_aChanges = []; this.m_aChanges = [];
}; };
CCollaborativeEditingBase.prorotype.private_CollectOwnChanges = function() CCollaborativeEditingBase.prototype.private_CollectOwnChanges = function()
{ {
}; };
CCollaborativeEditingBase.prototype.private_AddOverallChange = function(oChange) CCollaborativeEditingBase.prototype.private_AddOverallChange = function(oChange)
......
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