forgot to export charSpacing value in toObject Method

This commit is contained in:
Andrea Bogazzi 2016-08-18 07:54:59 +02:00 committed by GitHub
parent 46624d3f50
commit 9a595f7037

View file

@ -910,7 +910,8 @@
lineHeight: this.lineHeight,
textDecoration: this.textDecoration,
textAlign: this.textAlign,
textBackgroundColor: this.textBackgroundColor
textBackgroundColor: this.textBackgroundColor,
charSpacing: this.charSpacing
});
if (!this.includeDefaultValues) {
this._removeDefaultValues(object);