[se] Fix bug 51691

This commit is contained in:
GoshaZotov
2021-08-06 14:55:18 +03:00
committed by Igor Zotov
parent 8eba5a1d60
commit b185112348
3 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,8 @@
this.oDocumentMailMerge = null;
this.oMailMergeSendData = null;
this.callback = null;
this.isGetTextFromUrl = null;
}
asc_CDownloadOptions.prototype.asc_setFileType = function (fileType) {this.fileType = fileType;};