mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Removed two tabs
This commit is contained in:
parent
4e2bd36ca5
commit
af664dc699
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue