Commit c86a5ac9 authored by Alexander.Trofimov's avatar Alexander.Trofimov

asc -> AscCommonExcel

parent e91d41f0
......@@ -339,7 +339,7 @@
};
CCollaborativeEditing.prototype.getLockInfo = function (typeElem, subType, sheetId, info) {
var oLockInfo = new asc.asc_CLockInfo();
var oLockInfo = new AscCommonExcel.asc_CLockInfo();
oLockInfo["sheetId"] = sheetId;
oLockInfo["type"] = typeElem;
oLockInfo["subType"] = subType;
......
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