Commit 8c4b1052 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed misspelling.

parent 18188648
...@@ -453,7 +453,7 @@ CBlockLevelSdt.prototype.SetParagraphFramePr = function(FramePr, bDelete) ...@@ -453,7 +453,7 @@ CBlockLevelSdt.prototype.SetParagraphFramePr = function(FramePr, bDelete)
{ {
return this.Content.SetParagraphFramePr(FramePr, bDelete); return this.Content.SetParagraphFramePr(FramePr, bDelete);
}; };
CBlockLevelSdt.protoype.IncreaseDecreaseFontSize = function(bIncrease) CBlockLevelSdt.prototype.IncreaseDecreaseFontSize = function(bIncrease)
{ {
return this.Content.IncreaseDecreaseFontSize(bIncrease); return this.Content.IncreaseDecreaseFontSize(bIncrease);
}; };
......
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