Remove use of characterStyle / paragraphStyle where not necessary.

This commit is contained in:
Jürg Lehni 2011-06-20 18:55:08 +01:00
parent 318ed69ad2
commit 8909216cc0

View file

@ -97,7 +97,7 @@ test('PointText#clone()', function() {
font: 'serif',
fontSize: 20
};
pointText.paragraphStyle.justification = 'center';
pointText.justification = 'center';
cloneAndCompare(pointText);
});