Commit 32d99f02 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

this.guid

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55463 954022d7-b5bf-4e40-9824-e11837661b57
parent 9c2146f6
...@@ -275,7 +275,7 @@ asc_CCommentData.prototype = { ...@@ -275,7 +275,7 @@ asc_CCommentData.prototype = {
}, },
setId: function () { setId: function () {
if (this.bDocument) if (this.bDocument)
this.nId = "doc_" + guid(); this.nId = "doc_" + this.guid();
else else
this.nId = "sheet" + this.wsId + "_" + this.guid(); this.nId = "sheet" + this.wsId + "_" + this.guid();
}, },
......
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