mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix wrong naming introduced in previous commit.
This commit is contained in:
parent
d2263b26db
commit
088f1f88af
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ function compareParagraphStyles(paragraphStyle, paragraphStyle2, checkIdentity)
|
|||
}
|
||||
|
||||
function compareSegmentPoints(segmentPoint, segmentPoint2, checkIdentity) {
|
||||
compareObjects('ParagraphStyle', ['x', 'y', 'selected'],
|
||||
compareObjects('SegmentPoint', ['x', 'y', 'selected'],
|
||||
segmentPoint, segmentPoint2, checkIdentity);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue