Skip to content

Commit

Permalink
[morph] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLuzyanin committed Jul 17, 2023
1 parent 13ac9c1 commit a92a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Drawings/Format/Format.js
Original file line number Diff line number Diff line change
Expand Up @@ -6191,7 +6191,7 @@
this.algn == ln.algn && this.cap == ln.cap && this.cmpd == ln.cmpd && this.w == ln.w && this.prstDash === ln.prstDash;
};
CLn.prototype.isEqual = function (ln) {
return this.isEqual(ln);
return this.IsIdentical(ln);
};
CLn.prototype.setFill = function (fill) {
this.Fill = fill;
Expand Down

0 comments on commit a92a1af

Please sign in to comment.