Commit 7a2e6420 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34004

parent 6d2a9345
......@@ -1716,7 +1716,6 @@ CMathContent.prototype.private_CorrectContent = function()
}
};
CMathContent.prototype.Correct_Content = function(bInnerCorrection)
{
if (true === bInnerCorrection)
......@@ -1766,12 +1765,6 @@ CMathContent.prototype.Correct_Content = function(bInnerCorrection)
this.SetPlaceholder();
}
};
CMathContent.prototype.IsPlaceholder = function()
{
};
CMathContent.prototype.Correct_ContentPos = function(nDirection)
{
var nCurPos = this.CurPos;
......
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