Skip to content

Commit

Permalink
[se] Fix bug 60825: fix typo (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov authored Jan 26, 2023
1 parent 77995b9 commit 423aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell/model/WorkbookElems.js
Original file line number Diff line number Diff line change
Expand Up @@ -14719,7 +14719,7 @@ QueryTableField.prototype.clone = function() {
}
};
ExternalCell.prototype.clone = function () {
var newObj = new ExternalRow();
var newObj = new ExternalCell();

newObj.Ref = this.Ref;
newObj.CellType = this.CellType;
Expand Down

0 comments on commit 423aadd

Please sign in to comment.