mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove use of characterStyle / paragraphStyle where not necessary.
This commit is contained in:
parent
318ed69ad2
commit
8909216cc0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ test('PointText#clone()', function() {
|
|||
font: 'serif',
|
||||
fontSize: 20
|
||||
};
|
||||
pointText.paragraphStyle.justification = 'center';
|
||||
pointText.justification = 'center';
|
||||
cloneAndCompare(pointText);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue