Commit 79317e8f authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка падения

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56103 954022d7-b5bf-4e40-9824-e11837661b57
parent ad123cb8
......@@ -2576,7 +2576,7 @@ CShape.prototype =
hitInTextRect: function (x, y) {
var tx_body = this.bWordShape ? this : this.txBody;
var content = this.getDocContent();
var content = this.getDocContent && this.getDocContent();
if (isRealObject(tx_body) && content) {
var t_x, t_y;
......
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