Commit fd5d7b0e authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:1208) from svn rev: 50877

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50880 954022d7-b5bf-4e40-9824-e11837661b57
parent 9320823f
......@@ -26,6 +26,8 @@ prop:get_UserId
prop:put_UserId
prop:get_UserName
prop:put_UserName
prop:get_IsNew
prop:put_IsNew
---
var:CListType
prop:get_ListType
......@@ -1120,6 +1122,8 @@ CDocInfo.prototype['get_UserId'] = CDocInfo.prototype.get_UserId;
CDocInfo.prototype['put_UserId'] = CDocInfo.prototype.put_UserId;
CDocInfo.prototype['get_UserName'] = CDocInfo.prototype.get_UserName;
CDocInfo.prototype['put_UserName'] = CDocInfo.prototype.put_UserName;
CDocInfo.prototype['get_IsNew'] = CDocInfo.prototype.get_IsNew;
CDocInfo.prototype['put_IsNew'] = CDocInfo.prototype.put_IsNew;
window['CListType'] = CListType;
CListType.prototype['get_ListType'] = CListType.prototype.get_ListType;
CListType.prototype['get_ListSubType'] = CListType.prototype.get_ListSubType;
......
This diff is collapsed.
This diff is collapsed.
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