Commit c07f7ef5 authored by Anna.Pavlova's avatar Anna.Pavlova

к rev 64968 : отсутствовал call

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64974 954022d7-b5bf-4e40-9824-e11837661b57
parent e64b5831
...@@ -607,7 +607,7 @@ CNary.prototype.UpdateBoundsPosInfo = function(PRSA, _CurLine, _CurRange, _CurPa ...@@ -607,7 +607,7 @@ CNary.prototype.UpdateBoundsPosInfo = function(PRSA, _CurLine, _CurRange, _CurPa
} }
else else
{ {
CNary.superclass.UpdateBoundsPosInfo(this, PRSA, _CurLine, _CurRange, _CurPage); CNary.superclass.UpdateBoundsPosInfo.call(this, PRSA, _CurLine, _CurRange, _CurPage);
} }
}; };
......
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