Commit 7e12f3ce authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Merged revision(s) r63181 from...

Merged revision(s) r63181 from AVS/Sources/TeamlabOffice/branches/TeamlabOffice_v3.0_Postgresql/OfficeWeb* fix bug #29606

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63433 954022d7-b5bf-4e40-9824-e11837661b57
parent 9376afd1
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
function ($, window, undefined) { function ($, window, undefined) {
var asc = window["Asc"]; var asc = window["Asc"];
var prot;
asc['spreadsheet_api'].prototype.asc_addComment = function (oComment) { asc['spreadsheet_api'].prototype.asc_addComment = function (oComment) {
if (oComment.bDocument) if (oComment.bDocument)
...@@ -23,5 +24,8 @@ ...@@ -23,5 +24,8 @@
ws.cellCommentator.asc_addComment(oComment); ws.cellCommentator.asc_addComment(oComment);
} }
}; };
prot = asc['spreadsheet_api'].prototype;
prot['asc_addComment'] = prot.asc_addComment;
} }
)(jQuery, window); )(jQuery, window);
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