Removed two tabs

This commit is contained in:
Taran van Groenigen 2018-10-09 11:32:52 +02:00 committed by GitHub
parent 4e2bd36ca5
commit af664dc699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -396,7 +396,7 @@ var TextStyle = new Class({
{
this.setFont(font, false);
}
this._font = [ this.fontStyle, this.fontSize, this.fontFamily ].join(' ').trim();
this._font = [ this.fontStyle, this.fontSize, this.fontFamily ].join(' ').trim();
// Allow for 'fill' to be used in place of 'color'
var fill = GetValue(style, 'fill', null);