Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Mar 17, 2021
1 parent 3b79089 commit 5d5bba8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/textfont.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ export class TextFont {
this.style = typeof this.style === 'undefined' ? '' : this.style;
this.updateCacheKey();
}

// ### updateCacheKey
// Create a hash with the current font data, so we can cache computed widths
updateCacheKey() {
this.fontCacheKey = this.family + '-' + this.size + '-' + this.weight + '-' + this.style;
Expand Down

0 comments on commit 5d5bba8

Please sign in to comment.