Commit d41e4022 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

поправлено наименование константы RemoveGroupChar

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68211 954022d7-b5bf-4e40-9824-e11837661b57
parent 96ab06ab
......@@ -3149,7 +3149,7 @@ CMathMenuBase.prototype.remove_Delimiter = function()
};
CMathMenuBase.prototype.remove_GroupCharacter = function()
{
this.Action |= c_oMathMenuAction.RemoveGroupCharacter;
this.Action |= c_oMathMenuAction.RemoveGroupChar;
};
CMathMenuBase.prototype.remove_Radical = function()
{
......
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