Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Apr 6, 2020
1 parent 03abf6c commit 741c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export class HTMLText extends Sprite
this._style = null;
this._parser = null;
this._image.onload = null;
this._image.src = "";
this._image.src = '';
this._image = null;
}

Expand Down

0 comments on commit 741c4e8

Please sign in to comment.