Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Patrick committed Jun 17, 2015
1 parent 3340b54 commit b766251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/txt/Character.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module txt {
this.measuredWidth = this.scaleX * this._glyph.offset * this._font.units;

var ha = new createjs.Shape();
ha.graphics.beginFill('#000').drawRect( 0 , this._font.descent , this._glyph.offset * this._font.units , this._font.ascent - this._font.descent );
ha.graphics.beginFill( '#000' ).drawRect( 0 , this._font.descent , this._glyph.offset * this._font.units , this._font.ascent - this._font.descent );
this.hitArea = ha;

}
Expand Down

0 comments on commit b766251

Please sign in to comment.