Commit f14c4466 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы если нет селекта функция Get_SelectionBounds возвращала null

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58855 954022d7-b5bf-4e40-9824-e11837661b57
parent f39c8a3f
...@@ -8072,7 +8072,7 @@ CDocument.prototype = ...@@ -8072,7 +8072,7 @@ CDocument.prototype =
} }
} }
return this.Content[0].Get_SelectionBounds(); return null;
}, },
Selection_Clear : function() Selection_Clear : function()
......
...@@ -9077,7 +9077,7 @@ CDocumentContent.prototype = ...@@ -9077,7 +9077,7 @@ CDocumentContent.prototype =
} }
} }
return this.Content[0].Get_SelectionBounds(); return null;
}, },
Get_SelectionAnchorPos : function() Get_SelectionAnchorPos : 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